Package | Description |
---|---|
org.deeplearning4j.models.embeddings.loader | |
org.deeplearning4j.models.glove |
Modifier and Type | Method and Description |
---|---|
static void |
WordVectorSerializer.writeTsneFormat(Glove vec,
org.nd4j.linalg.api.ndarray.INDArray tsne,
File csv)
Write the tsne format
|
static void |
WordVectorSerializer.writeWordVectors(Glove vectors,
File file)
This method saves GloVe model to the given output stream.
|
static void |
WordVectorSerializer.writeWordVectors(Glove vectors,
OutputStream stream)
This method saves GloVe model to the given OutputStream
|
static void |
WordVectorSerializer.writeWordVectors(Glove vectors,
String path)
This method saves GloVe model to the given output stream.
|
Modifier and Type | Method and Description |
---|---|
Glove |
Glove.Builder.build() |
Copyright © 2016. All Rights Reserved.