Module org.elasticsearch.xcore
Class ContinuousFeatureValue
java.lang.Object
org.elasticsearch.xpack.core.ml.inference.preprocessing.customwordembedding.FeatureValue
org.elasticsearch.xpack.core.ml.inference.preprocessing.customwordembedding.ContinuousFeatureValue
Extracted feature that has a continuous weight value
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ContinuousFeatureValue
public ContinuousFeatureValue(int id, double weight)
-
-
Method Details
-
getRow
public int getRow()- Specified by:
getRowin classFeatureValue
-
getWeight
public double getWeight()- Overrides:
getWeightin classFeatureValue
-