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.Exceptionpublic void testParagraphVectorsModelling1()
throws java.lang.Exception
java.lang.Exceptionpublic void testParagraphVectorsDM()
throws java.lang.Exception
java.lang.Exceptionpublic void testParagraphVectorsDBOW()
throws java.lang.Exception
java.lang.Exceptionpublic void testParagraphVectorsWithWordVectorsModelling1()
throws java.lang.Exception
java.lang.Exceptionpublic void testParagraphVectorsReducedLabels1()
throws java.lang.Exception
java.lang.Exceptionpublic void testParagraphVectorsOverExistingWordVectorsModel()
throws java.lang.Exception
java.lang.Exceptionpublic void testGensimEquality()
throws java.lang.Exception
java.lang.Exceptionpublic void testDirectInference()
throws java.lang.Exception
java.lang.Exceptionpublic void testGoogleModelForInference()
throws java.lang.Exception
java.lang.Exceptionpublic void testHash()