-
Deprecated MethodsMethodDescriptionPrefer to use
FeatureValue.getAsTermVector()which has a more descriptive namemutability in FeatureValue is deprecated; see class-level JavadocPrefer to useFeatureValue.getNumTerms()which has a more descriptive namethis should not be used
-
Deprecated ConstructorsConstructorDescriptionUse the static factory methods such as
FeatureValue.createNumeric(Number)to construct features insteadUse the static factory methods such asFeatureValue.createNumeric(Number)to construct features instead N.B. Although this takesObject, there are runtime type checks to ensure the passed type can be converted to a feature value.Use the static factory methods such asFeatureValue.createNumeric(Number)to construct features insteadUse the static factory methods such asFeatureValue.createStringTermVector(Map)to construct features instead
FeatureValue.getAsCategorical()instead