|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.core.NormalizableDistance
weka.core.AbstractStringDistanceFunction
weka.core.EditDistance
public class EditDistance
Computes the Levenshtein edit distance between two strings.
| Field Summary |
|---|
| Fields inherited from class weka.core.NormalizableDistance |
|---|
R_MAX, R_MIN, R_WIDTH |
| Constructor Summary | |
|---|---|
EditDistance()
|
|
EditDistance(Instances data)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getRevision()
Returns the revision string. |
java.lang.String |
globalInfo()
Returns a string describing this object. |
| Methods inherited from class weka.core.AbstractStringDistanceFunction |
|---|
distance |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EditDistance()
public EditDistance(Instances data)
| Method Detail |
|---|
public java.lang.String globalInfo()
globalInfo in class NormalizableDistancepublic java.lang.String getRevision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||