Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
D
E
G
W
A
AbstractStringDistanceFunction
- Class in
weka.core
Represents the abstract ancestor for string-based distance functions, like EditDistance.
AbstractStringDistanceFunction()
- Constructor for class weka.core.
AbstractStringDistanceFunction
Constructor that doesn't set the data
AbstractStringDistanceFunction(Instances)
- Constructor for class weka.core.
AbstractStringDistanceFunction
Constructor that sets the data
D
distance(Instance, Instance, double, PerformanceStats)
- Method in class weka.core.
AbstractStringDistanceFunction
Calculates the distance between two instances.
E
EditDistance
- Class in
weka.core
Computes the Levenshtein edit distance between two strings.
EditDistance()
- Constructor for class weka.core.
EditDistance
EditDistance(Instances)
- Constructor for class weka.core.
EditDistance
G
getRevision()
- Method in class weka.core.
EditDistance
Returns the revision string.
globalInfo()
- Method in class weka.core.
EditDistance
Returns a string describing this object.
W
weka.core
- package weka.core
A
D
E
G
W
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes