weka.core.neighboursearch
Class TransformNNSearch

java.lang.Object
  extended by weka.core.neighboursearch.NearestNeighbourSearch
      extended by weka.core.neighboursearch.NewNNSearch
          extended by weka.core.neighboursearch.TransformNNSearch
All Implemented Interfaces:
Serializable, weka.core.AdditionalMeasureProducer, weka.core.OptionHandler, weka.core.RevisionHandler
Direct Known Subclasses:
FilteredSearch, PLSNNSearch

public abstract class TransformNNSearch
extends NewNNSearch

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class weka.core.neighboursearch.NewNNSearch
NewNNSearch.InstanceNode
 
Nested classes/interfaces inherited from class weka.core.neighboursearch.NearestNeighbourSearch
weka.core.neighboursearch.NearestNeighbourSearch.MyHeap, weka.core.neighboursearch.NearestNeighbourSearch.MyHeapElement, weka.core.neighboursearch.NearestNeighbourSearch.NeighborList, weka.core.neighboursearch.NearestNeighbourSearch.NeighborNode
 
Field Summary
protected  weka.core.Instances m_myInstances
          Transformed instances.
 
Fields inherited from class weka.core.neighboursearch.NewNNSearch
m_Distances, m_neighbours, m_SkipIdentical
 
Fields inherited from class weka.core.neighboursearch.NearestNeighbourSearch
m_DistanceFunction, m_Instances, m_kNN, m_MeasurePerformance, m_Stats
 
Constructor Summary
TransformNNSearch()
           
TransformNNSearch(weka.core.Instances insts)
           
 
Method Summary
 weka.core.Instances getTransformedInstances()
           
abstract  weka.core.Instance transformInstance(weka.core.Instance in)
           
 
Methods inherited from class weka.core.neighboursearch.NewNNSearch
addInstanceInfo, getDistances, getOptions, getRevision, getSkipIdentical, globalInfo, kNearestNeighbours, listOptions, nearestNeighbour, setInstances, setOptions, setSkipIdentical, skipIdenticalTipText, update
 
Methods inherited from class weka.core.neighboursearch.NearestNeighbourSearch
combSort11, distanceFunctionTipText, enumerateMeasures, getDistanceFunction, getInstances, getMeasure, getMeasurePerformance, getPerformanceStats, measurePerformanceTipText, partition, quickSort, setDistanceFunction, setMeasurePerformance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_myInstances

protected weka.core.Instances m_myInstances
Transformed instances.

Constructor Detail

TransformNNSearch

public TransformNNSearch()

TransformNNSearch

public TransformNNSearch(weka.core.Instances insts)
Method Detail

getTransformedInstances

public weka.core.Instances getTransformedInstances()

transformInstance

public abstract weka.core.Instance transformInstance(weka.core.Instance in)
                                              throws Exception
Throws:
Exception


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.