| Package | Description |
|---|---|
| org.deeplearning4j.spark.models.embeddings.word2vec |
| Modifier and Type | Method and Description |
|---|---|
Word2VecParam |
Word2VecParam.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.spark.broadcast.Broadcast<Word2VecParam> |
Word2VecFuncCall.getParam()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SentenceBatch.iterateSample(Word2VecParam param,
VocabWord w1,
VocabWord w2,
double alpha,
List<Triple<Integer,Integer,Integer>> changed)
Deprecated.
Iterate on the given 2 vocab words
|
void |
SentenceBatch.skipGram(Word2VecParam param,
int i,
List<VocabWord> sentence,
int b,
double alpha,
List<Triple<Integer,Integer,Integer>> changed)
Deprecated.
Train via skip gram
|
void |
SentenceBatch.trainSentence(Word2VecParam param,
List<VocabWord> sentence,
double alpha,
List<Triple<Integer,Integer,Integer>> changed)
Deprecated.
Train on a list of vocab words
|
| Modifier and Type | Method and Description |
|---|---|
void |
Word2VecFuncCall.setParam(org.apache.spark.broadcast.Broadcast<Word2VecParam> param)
Deprecated.
|
| Constructor and Description |
|---|
Word2VecChange(List<Triple<Integer,Integer,Integer>> counterMap,
Word2VecParam param)
Deprecated.
|
| Constructor and Description |
|---|
Word2VecFuncCall(org.apache.spark.broadcast.Broadcast<Word2VecParam> param,
Long wordsSeen,
List<VocabWord> sentence)
Deprecated.
|
Word2VecSetup(org.apache.spark.broadcast.Broadcast<Word2VecParam> param)
Deprecated.
|
Copyright © 2016. All Rights Reserved.