Uses of Class
weka.core.neighboursearch.PerformanceStats
Packages that use PerformanceStats
-
Uses of PerformanceStats in weka.core
Methods in weka.core with parameters of type PerformanceStatsModifier 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
Subclasses of PerformanceStats in weka.core.neighboursearchModifier and TypeClassDescriptionclass
The class that measures the performance of a tree based nearest neighbour search algorithm.Methods in weka.core.neighboursearch that return PerformanceStatsModifier and TypeMethodDescriptionNearestNeighbourSearch.getPerformanceStats()
Gets the class object that contains the performance statistics of the search method.