|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PerformanceStats | |
|---|---|
| weka.core | |
| weka.core.neighboursearch | |
| Uses of PerformanceStats in weka.core |
|---|
| Methods in weka.core with parameters of type PerformanceStats | |
|---|---|
double |
NormalizableDistance.distance(Instance first,
Instance second,
double cutOffValue,
PerformanceStats stats)
Calculates the distance between two instances. |
double |
DistanceFunction.distance(Instance first,
Instance second,
double cutOffValue,
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 |
MinkowskiDistance.distance(Instance first,
Instance second,
PerformanceStats stats)
Calculates the distance (or similarity) between two instances. |
double |
NormalizableDistance.distance(Instance first,
Instance second,
PerformanceStats stats)
Calculates the distance between two instances. |
double |
DistanceFunction.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.neighboursearch | |
|---|---|
class |
TreePerformanceStats
The class that measures the performance of a tree based nearest neighbour search algorithm. |
| Methods in weka.core.neighboursearch that return PerformanceStats | |
|---|---|
PerformanceStats |
NearestNeighbourSearch.getPerformanceStats()
Gets the class object that contains the performance statistics of the search method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||