|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringMatching.Match | |
---|---|
de.aitools.dm.clusterlabeling.validation | |
de.aitools.dm.clusterlabeling.validation.external |
Uses of StringMatching.Match in de.aitools.dm.clusterlabeling.validation |
---|
Methods in de.aitools.dm.clusterlabeling.validation that return StringMatching.Match | |
---|---|
static StringMatching.Match |
StringMatching.Match.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StringMatching.Match[] |
StringMatching.Match.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.aitools.dm.clusterlabeling.validation with parameters of type StringMatching.Match | |
---|---|
static boolean |
StringMatching.match(java.util.List<java.lang.String> referenceLabel,
java.util.List<java.lang.String> clusterLabel,
StringMatching.Match matchType)
|
static boolean |
StringMatching.match(java.lang.String referenceLabel,
java.lang.String clusterLabel,
StringMatching.Match matchType)
|
static boolean |
StringMatching.matchIn(java.lang.String referenceLabel,
java.lang.String[] clusterLabels,
StringMatching.Match matchType)
|
Uses of StringMatching.Match in de.aitools.dm.clusterlabeling.validation.external |
---|
Methods in de.aitools.dm.clusterlabeling.validation.external that return StringMatching.Match | |
---|---|
StringMatching.Match |
MeasurePreferences.getMatchType()
|
Methods in de.aitools.dm.clusterlabeling.validation.external with parameters of type StringMatching.Match | |
---|---|
static MeasurePreferences |
MeasurePreferences.getDef(StringMatching.Match matchType)
Creates default preferences (based on the static members of ValidityPreferences . |
Constructors in de.aitools.dm.clusterlabeling.validation.external with parameters of type StringMatching.Match | |
---|---|
MeasurePreferences(StringMatching.Match matchType,
boolean toLowerCase,
boolean useStemmer,
boolean useSynonyms)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |