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 TypeMethodDescriptiondoubleDistanceFunction.distance(Instance first, Instance second, double cutOffValue, PerformanceStats stats) Calculates the distance between two instances.doubleDistanceFunction.distance(Instance first, Instance second, PerformanceStats stats) Calculates the distance between two instances.doubleEuclideanDistance.distance(Instance first, Instance second, PerformanceStats stats) Calculates the distance (or similarity) between two instances.doubleFilteredDistance.distance(Instance first, Instance second, double cutOffValue, PerformanceStats stats) Calculates the distance between two instances.doubleFilteredDistance.distance(Instance first, Instance second, PerformanceStats stats) Calculates the distance between two instances.doubleMinkowskiDistance.distance(Instance first, Instance second, PerformanceStats stats) Calculates the distance (or similarity) between two instances.doubleNormalizableDistance.distance(Instance first, Instance second, double cutOffValue, PerformanceStats stats) Calculates the distance between two instances.doubleNormalizableDistance.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 TypeClassDescriptionclassThe 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.