public class Word2VecTransformV3 extends water.api.schemas3.SchemaV3<water.Iced,Word2VecTransformV3>
Modifier and Type | Field and Description |
---|---|
Word2VecModel.AggregateMethod |
aggregate_method |
water.api.schemas3.KeyV3.ModelKeyV3 |
model |
water.api.schemas3.KeyV3.FrameKeyV3 |
vectors_frame |
water.api.schemas3.KeyV3.FrameKeyV3 |
words_frame |
Constructor and Description |
---|
Word2VecTransformV3() |
createAndFillImpl, createImpl, extractVersionFromSchemaName, fillFromAny, fillFromBody, fillFromImpl, fillFromImpl, fillFromImpl, fillFromParms, fillFromParms, fillFromParms, fillImpl, fillImpl, getImplClass, getImplClass, getSchemaName, getSchemaType, getSchemaVersion, init_meta, markdown, markdown, newInstance, newInstance, setField, setSchemaType_doNotCall
@API(help="Source word2vec Model", required=true, direction=INPUT) public water.api.schemas3.KeyV3.ModelKeyV3 model
@API(help="Words Frame", required=true, direction=INPUT) public water.api.schemas3.KeyV3.FrameKeyV3 words_frame
@API(help="Method of aggregating word-vector sequences into a single vector", values={"NONE","AVERAGE"}, direction=INPUT) public Word2VecModel.AggregateMethod aggregate_method
@API(help="Word Vectors Frame", direction=OUTPUT) public water.api.schemas3.KeyV3.FrameKeyV3 vectors_frame