Uses of Class
weka.core.neighboursearch.PerformanceStats
-
Uses of PerformanceStats in weka.core
Modifier and TypeMethodDescriptiondouble
DistanceFunction.distance
(Instance first, Instance second, double cutOffValue, PerformanceStats stats) Calculates the distance between two instances.double
DistanceFunction.distance
(Instance first, Instance second, PerformanceStats stats) Calculates the distance between two instances.double
EuclideanDistance.distance
(Instance first, Instance second, PerformanceStats stats) Calculates the distance (or similarity) between two instances.double
FilteredDistance.distance
(Instance first, Instance second, double cutOffValue, PerformanceStats stats) Calculates the distance between two instances.double
FilteredDistance.distance
(Instance first, Instance second, PerformanceStats stats) Calculates the distance between two instances.double
MinkowskiDistance.distance
(Instance first, Instance second, PerformanceStats stats) Calculates the distance (or similarity) between two instances.double
NormalizableDistance.distance
(Instance first, Instance second, double cutOffValue, PerformanceStats stats) Calculates the distance between two instances.double
NormalizableDistance.distance
(Instance first, Instance second, PerformanceStats stats) Calculates the distance between two instances. -
Uses of PerformanceStats in weka.core.neighboursearch
Modifier and TypeClassDescriptionclass
The class that measures the performance of a tree based nearest neighbour search algorithm.Modifier and TypeMethodDescriptionNearestNeighbourSearch.getPerformanceStats()
Gets the class object that contains the performance statistics of the search method.