public class TestSparkMultiLayerParameterAveraging extends BaseSparkTest
Constructor and Description |
---|
TestSparkMultiLayerParameterAveraging() |
Modifier and Type | Method and Description |
---|---|
void |
testDistributedScoring() |
void |
testEvaluation() |
void |
testFitViaStringPaths() |
void |
testFitViaStringPathsCompGraph() |
void |
testFitViaStringPathsSize1() |
void |
testFromSvmLight() |
void |
testFromSvmLightBackprop() |
void |
testIterationCounts() |
void |
testIterationCountsGraph() |
void |
testParameterAveragingMultipleExamplesPerDataSet() |
void |
testROC() |
void |
testROCMultiClass() |
void |
testRunIteration() |
void |
testSeedRepeatability() |
void |
testSmallAmountOfData() |
void |
testUpdaters() |
void |
testVaePretrainSimple() |
void |
testVaePretrainSimpleCG() |
after, before, getBasicConf, getBasicNetwork, getBasicSparkDataSet, getContext, numExecutors
public TestSparkMultiLayerParameterAveraging()
public void testFromSvmLightBackprop() throws java.lang.Exception
java.lang.Exception
public void testFromSvmLight() throws java.lang.Exception
java.lang.Exception
public void testRunIteration()
public void testUpdaters()
public void testEvaluation()
public void testSmallAmountOfData()
public void testDistributedScoring()
public void testParameterAveragingMultipleExamplesPerDataSet() throws java.lang.Exception
java.lang.Exception
public void testFitViaStringPaths() throws java.lang.Exception
java.lang.Exception
public void testFitViaStringPathsSize1() throws java.lang.Exception
java.lang.Exception
public void testFitViaStringPathsCompGraph() throws java.lang.Exception
java.lang.Exception
public void testSeedRepeatability() throws java.lang.Exception
java.lang.Exception
public void testIterationCounts() throws java.lang.Exception
java.lang.Exception
public void testIterationCountsGraph() throws java.lang.Exception
java.lang.Exception
public void testVaePretrainSimple()
public void testVaePretrainSimpleCG()
public void testROC()
public void testROCMultiClass()