|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.core.neighboursearch.NearestNeighbourSearch
weka.core.neighboursearch.NewNNSearch
weka.core.neighboursearch.TransformNNSearch
public abstract class TransformNNSearch
| 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 |
|---|
protected weka.core.Instances m_myInstances
| Constructor Detail |
|---|
public TransformNNSearch()
public TransformNNSearch(weka.core.Instances insts)
| Method Detail |
|---|
public weka.core.Instances getTransformedInstances()
public abstract weka.core.Instance transformInstance(weka.core.Instance in)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||