Class CustomWordEmbedding
java.lang.Object
org.elasticsearch.client.ml.inference.preprocessing.CustomWordEmbedding
- All Implemented Interfaces:
NamedXContentObject,PreProcessor,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
This is a pre-processor that embeds text into a numerical vector.
It calculates a set of features based on script type, ngram hashes, and most common script values.
The features are then concatenated with specific quantization scales and weights into a vector of length 80.
This is a fork and a port of: https://github.com/google/cld3/blob/06f695f1c8ee530104416aab5dcf2d6a1414a56a/src/embedding_network.cc
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final org.elasticsearch.xcontent.ConstructingObjectParser<CustomWordEmbedding,Void> Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic CustomWordEmbeddingfromXContent(org.elasticsearch.xcontent.XContentParser parser) getName()inthashCode()org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
NAME
- See Also:
-
PARSER
public static final org.elasticsearch.xcontent.ConstructingObjectParser<CustomWordEmbedding,Void> PARSER
-
-
Method Details
-
fromXContent
-
getName
- Specified by:
getNamein interfaceNamedXContentObject- Specified by:
getNamein interfacePreProcessor- Returns:
- The name of the pre-processor
-
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-