Summary

[ summary] [ package list] [ test cases]

TestsErrorsFailuresSuccess rateTime(s)
140657.14%34.62

Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.

Package List

[ summary] [ package list] [ test cases]

PackageTestsErrorsFailuresSuccess RateTime
yawn.envs.synthetic 20150.00%1.61
yawn.io.wrappers 100100.00%1.23
yawn.io.xml 100100.00%0.23
yawn.nn.appart 1010.00%2.20
yawn.nn.committee 1010.00%16.92
yawn.nn.fuzzyartmap 1010.00%0.39
yawn.nn.mlp 1010.00%0.47
yawn.optim.genetic 1010.00%11.55
yawn.util 500100.00%0.02

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

yawn.envs.synthetic

ClassTestsErrorsFailuresSuccess RateTime
Failure CircleInTheSquareEnvironmentTest 20150.00%1.609

yawn.io.wrappers

ClassTestsErrorsFailuresSuccess RateTime
Success ExperimentTest 100100.00%1.234

yawn.io.xml

ClassTestsErrorsFailuresSuccess RateTime
Success CastorXmlSerializerTest 100100.00%0.234

yawn.nn.appart

ClassTestsErrorsFailuresSuccess RateTime
Failure AppArtTest 1010.00%2.204

yawn.nn.committee

ClassTestsErrorsFailuresSuccess RateTime
Failure NetworkCommitteeTest 1010.00%16.922

yawn.nn.fuzzyartmap

ClassTestsErrorsFailuresSuccess RateTime
Failure FuzzyArtMapTest 1010.00%0.391

yawn.nn.mlp

ClassTestsErrorsFailuresSuccess RateTime
Failure MultiLayerPerceptronTest 1010.00%0.469

yawn.optim.genetic

ClassTestsErrorsFailuresSuccess RateTime
Failure GeneticParameterFitterTest 1010.00%11.547

yawn.util

ClassTestsErrorsFailuresSuccess RateTime
Success PatternTest 500100.00%0.015

Test Cases

[ summary] [ package list] [ test cases]

CircleInTheSquareEnvironmentTest

Success testGetTrainingDataset0.86
Failure testDatasetStats0.67
Are the train and test sets output means similar?

ExperimentTest

Success testPersistExperiment1.20

CastorXmlSerializerTest

Success testMultiLayerPerceptron0.20

AppArtTest

Failure testTrain2.20
Prediction error `NaN´ should be less than the required mark `0.08´.

NetworkCommitteeTest

Failure testTrain16.91
Prediction error `0.0831754706437498´ should be less than the required mark `0.08´.

FuzzyArtMapTest

Failure testTrain0.38
Prediction error `0.27´ should be less than the required mark `0.08´.

MultiLayerPerceptronTest

Failure testTrain0.47
Prediction error `0.7205403016775016´ should be less than the required mark `0.08´.

GeneticParameterFitterTest

Failure testTrain11.53
Prediction error `0.085´ should be less than the required mark `0.08´.

PatternTest

Success testDist0.00
Success testInnerProduct0.00
Success testNorm10.00
Success testNorm20.00
Success testRandomize0.00

Failure details

Failure testDatasetStats
Are the train and test sets output means similar?
junit.framework.AssertionFailedError: Are the train and test sets output means similar? at yawn.envs.synthetic.CircleInTheSquareEnvironmentTest.testDatasetStats(CircleInTheSquareEnvironmentTest.java:88)
Failure testTrain
Prediction error `NaN´ should be less than the required mark `0.08´.
junit.framework.AssertionFailedError: Prediction error `NaN´ should be less than the required mark `0.08´. at yawn.nn.AbstractCircleInTheSquareNetworkTest.testTrain(AbstractCircleInTheSquareNetworkTest.java:54)
Failure testTrain
Prediction error `0.0831754706437498´ should be less than the required mark `0.08´.
junit.framework.AssertionFailedError: Prediction error `0.0831754706437498´ should be less than the required mark `0.08´. at yawn.nn.AbstractCircleInTheSquareNetworkTest.testTrain(AbstractCircleInTheSquareNetworkTest.java:54)
Failure testTrain
Prediction error `0.27´ should be less than the required mark `0.08´.
junit.framework.AssertionFailedError: Prediction error `0.27´ should be less than the required mark `0.08´. at yawn.nn.AbstractCircleInTheSquareNetworkTest.testTrain(AbstractCircleInTheSquareNetworkTest.java:54)
Failure testTrain
Prediction error `0.7205403016775016´ should be less than the required mark `0.08´.
junit.framework.AssertionFailedError: Prediction error `0.7205403016775016´ should be less than the required mark `0.08´. at yawn.nn.AbstractCircleInTheSquareNetworkTest.testTrain(AbstractCircleInTheSquareNetworkTest.java:54)
Failure testTrain
Prediction error `0.085´ should be less than the required mark `0.08´.
junit.framework.AssertionFailedError: Prediction error `0.085´ should be less than the required mark `0.08´. at yawn.nn.AbstractCircleInTheSquareNetworkTest.testTrain(AbstractCircleInTheSquareNetworkTest.java:54)