【问题标题】:What are the other options to use in the nearest neighbor search algorithm in weka?在 weka 的最近邻搜索算法中使用的其他选项是什么?
【发布时间】:2014-01-10 14:03:13
【问题描述】:

除了default: weka.core.neighboursearch.LinearNNSearch,我们还有哪些其他选项可用于 weka 中的最近邻搜索算法?

【问题讨论】:

    标签: weka knn


    【解决方案1】:

    查看 Weka 的文档页面,您可以看到他们有:

     weka.core.neighboursearch
     Classes:
     - BallTree
     - CoverTree
     - KDTree
     - LinearNNSearch
     - NearestNeighbourSearch
     - PerformanceStats
     - TreePerformanceStats
    

    查看文档了解更多详情:Package weka.core.neighboursearch

    【讨论】:

      猜你喜欢
      • 2012-05-05
      • 1970-01-01
      • 1970-01-01
      • 2012-11-10
      • 1970-01-01
      • 2012-09-16
      • 1970-01-01
      • 2014-03-04
      • 2016-11-05
      相关资源
      最近更新 更多