Modifier and Type | Class and Description |
---|---|
class |
BasicModelUtils<T extends SequenceElement> |
class |
FlatModelUtils<T extends SequenceElement> |
Modifier and Type | Field and Description |
---|---|
protected ModelUtils<T> |
WordVectorsImpl.modelUtils |
Modifier and Type | Method and Description |
---|---|
void |
WordVectorsImpl.setModelUtils(@NonNull ModelUtils modelUtils) |
void |
WordVectors.setModelUtils(ModelUtils utils)
Specifies ModelUtils to be used to access model
|
Modifier and Type | Method and Description |
---|---|
void |
FastText.setModelUtils(ModelUtils utils) |
Modifier and Type | Method and Description |
---|---|
Node2Vec.Builder<V,E> |
Node2Vec.Builder.modelUtils(@NonNull ModelUtils<V> modelUtils) |
Modifier and Type | Method and Description |
---|---|
ParagraphVectors.Builder |
ParagraphVectors.Builder.modelUtils(@NonNull ModelUtils<VocabWord> modelUtils)
Sets ModelUtils that gonna be used as provider for utility methods: similarity(), wordsNearest(), accuracy(), etc
|
Modifier and Type | Field and Description |
---|---|
protected ModelUtils<T> |
SequenceVectors.Builder.modelUtils |
Modifier and Type | Method and Description |
---|---|
SequenceVectors.Builder<T> |
SequenceVectors.Builder.modelUtils(@NonNull ModelUtils<T> modelUtils)
ModelUtils implementation, that will be used to access model.
|
Modifier and Type | Method and Description |
---|---|
Word2Vec.Builder |
Word2Vec.Builder.modelUtils(@NonNull ModelUtils<VocabWord> modelUtils)
Sets ModelUtils that gonna be used as provider for utility methods: similarity(), wordsNearest(), accuracy(), etc
|
void |
StaticWord2Vec.setModelUtils(ModelUtils utils)
Specifies ModelUtils to be used to access model
PLEASE NOTE: This method has no effect in this implementation.
|
Copyright © 2022. All rights reserved.