程序包 weka.core
类 EditDistance
java.lang.Object
weka.core.NormalizableDistance
weka.core.AbstractStringDistanceFunction
weka.core.EditDistance
- 所有已实现的接口:
Serializable
,DistanceFunction
,OptionHandler
,RevisionHandler
Computes the Levenshtein edit distance between two strings.
- 版本:
- $Revision: 1.2 $
- 作者:
- Bruno Woltzenlogel Paleo
- 另请参阅:
-
字段概要
从类继承的字段 weka.core.NormalizableDistance
R_MAX, R_MIN, R_WIDTH
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Returns the revision string.Returns a string describing this object.从类继承的方法 weka.core.AbstractStringDistanceFunction
distance
从类继承的方法 weka.core.NormalizableDistance
attributeIndicesTipText, clean, distance, distance, distance, dontNormalizeTipText, getAttributeIndices, getDontNormalize, getInstances, getInvertSelection, getOptions, getRanges, initializeRanges, initializeRanges, initializeRanges, initializeRangesEmpty, inRanges, invertSelectionTipText, listOptions, postProcessDistances, rangesSet, setAttributeIndices, setDontNormalize, setInstances, setInvertSelection, setOptions, toString, update, updateRanges, updateRanges, updateRanges, updateRangesFirst
-
构造器详细资料
-
EditDistance
public EditDistance() -
EditDistance
-
-
方法详细资料
-
globalInfo
Returns a string describing this object.- 指定者:
globalInfo
在类中NormalizableDistance
- 返回:
- a description of the evaluator suitable for displaying in the explorer/experimenter gui
-
getRevision
Returns the revision string.- 返回:
- the revision
-