Package | Description |
---|---|
weka.core | |
weka.core.neighboursearch |
Modifier and Type | Method and Description |
---|---|
double |
DistanceFunction.distance(Instance first,
Instance second,
double cutOffValue,
PerformanceStats stats)
Calculates the distance between two instances.
|
double |
NormalizableDistance.distance(Instance first,
Instance second,
double cutOffValue,
PerformanceStats stats)
Calculates the distance between two instances.
|
double |
AbstractStringDistanceFunction.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 |
NormalizableDistance.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.
|
Modifier and Type | Class and Description |
---|---|
class |
TreePerformanceStats
The class that measures the performance of a tree based
nearest neighbour search algorithm.
|
Modifier and Type | Method and Description |
---|---|
PerformanceStats |
NearestNeighbourSearch.getPerformanceStats()
Gets the class object that contains the performance statistics of
the search method.
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.