Interface PreProcessor

All Superinterfaces:
NamedXContentObject, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject
All Known Implementing Classes:
CustomWordEmbedding, FrequencyEncoding, Multi, NGram, OneHotEncoding, TargetMeanEncoding

public interface PreProcessor
extends NamedXContentObject
Describes a pre-processor for a defined machine learning model
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

    org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
  • Field Summary

    Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent

    EMPTY_PARAMS
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()  

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContent

    toXContent

    Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject

    isFragment
  • Method Details

    • getName

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