java.lang.Object
org.elasticsearch.xpack.core.ml.inference.preprocessing.customwordembedding.FeatureValue
org.elasticsearch.xpack.core.ml.inference.preprocessing.customwordembedding.ContinuousFeatureValue

public class ContinuousFeatureValue extends FeatureValue
Extracted feature that has a continuous weight value
  • Constructor Details

    • ContinuousFeatureValue

      public ContinuousFeatureValue(int id, double weight)
  • Method Details