public class ParagraphVectorsTest
extends java.lang.Object
Constructor and Description |
---|
ParagraphVectorsTest() |
Modifier and Type | Method and Description |
---|---|
void |
before() |
void |
testDirectInference() |
void |
testGensimEquality()
Special test to check d2v inference against pre-trained gensim model and
|
void |
testGoogleModelForInference() |
void |
testHash() |
void |
testParagraphVectorsDBOW() |
void |
testParagraphVectorsDM() |
void |
testParagraphVectorsModelling1()
This test doesn't really cares about actual results.
|
void |
testParagraphVectorsOverExistingWordVectorsModel() |
void |
testParagraphVectorsReducedLabels1()
This test is not indicative.
|
void |
testParagraphVectorsVocabBuilding1()
This test checks, how vocab is built using SentenceIterator provided, without labels.
|
void |
testParagraphVectorsWithWordVectorsModelling1() |
public void before()
public void testParagraphVectorsVocabBuilding1() throws java.lang.Exception
java.lang.Exception
public void testParagraphVectorsModelling1() throws java.lang.Exception
java.lang.Exception
public void testParagraphVectorsDM() throws java.lang.Exception
java.lang.Exception
public void testParagraphVectorsDBOW() throws java.lang.Exception
java.lang.Exception
public void testParagraphVectorsWithWordVectorsModelling1() throws java.lang.Exception
java.lang.Exception
public void testParagraphVectorsReducedLabels1() throws java.lang.Exception
java.lang.Exception
public void testParagraphVectorsOverExistingWordVectorsModel() throws java.lang.Exception
java.lang.Exception
public void testGensimEquality() throws java.lang.Exception
java.lang.Exception
public void testDirectInference() throws java.lang.Exception
java.lang.Exception
public void testGoogleModelForInference() throws java.lang.Exception
java.lang.Exception
public void testHash()