public class Word2VecSynonymsV3 extends water.api.schemas3.SchemaV3<water.Iced,Word2VecSynonymsV3>
| Modifier and Type | Field and Description |
|---|---|
int |
count |
water.api.schemas3.KeyV3.ModelKeyV3 |
model |
double[] |
scores |
java.lang.String[] |
synonyms |
java.lang.String |
word |
| Constructor and Description |
|---|
Word2VecSynonymsV3() |
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="Target word to find synonyms for",
required=true,
direction=INPUT)
public java.lang.String word
@API(help="Number of synonyms",
required=true,
direction=INPUT)
public int count
@API(help="Synonymous words") public java.lang.String[] synonyms
@API(help="Similarity scores") public double[] scores