Interface TrainedModel

All Superinterfaces:
NamedXContentObject, ToXContent, ToXContentObject
All Known Implementing Classes:
Ensemble, LangIdentNeuralNetwork, Tree

public interface TrainedModel
extends NamedXContentObject
  • Method Details

    • getFeatureNames

      java.util.List<java.lang.String> getFeatureNames()
      Returns:
      List of featureNames expected by the model. In the order that they are expected
    • getName

      java.lang.String getName()
      Specified by:
      getName in interface NamedXContentObject
      Returns:
      The name of the model