Uses of Class
moa.classifiers.lazy.neighboursearch.EuclideanDistance
-
Packages that use EuclideanDistance Package Description moa.classifiers.lazy.neighboursearch moa.classifiers.lazy.neighboursearch.kdtrees -
-
Uses of EuclideanDistance in moa.classifiers.lazy.neighboursearch
Fields in moa.classifiers.lazy.neighboursearch declared as EuclideanDistance Modifier and Type Field Description protected EuclideanDistance
KDTree. m_EuclideanDistance
The euclidean distance function to use. -
Uses of EuclideanDistance in moa.classifiers.lazy.neighboursearch.kdtrees
Fields in moa.classifiers.lazy.neighboursearch.kdtrees declared as EuclideanDistance Modifier and Type Field Description protected EuclideanDistance
KDTreeNodeSplitter. m_EuclideanDistance
The distance function used for building the tree.Methods in moa.classifiers.lazy.neighboursearch.kdtrees with parameters of type EuclideanDistance Modifier and Type Method Description void
KDTreeNodeSplitter. setEuclideanDistanceFunction(EuclideanDistance func)
Sets the EuclideanDistance object to use for splitting nodes.Constructors in moa.classifiers.lazy.neighboursearch.kdtrees with parameters of type EuclideanDistance Constructor Description KDTreeNodeSplitter(int[] instList, Instances insts, EuclideanDistance e)
Creates a new instance of KDTreeNodeSplitter.
-