Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 of the iris classes are linearly not separable - an error of 1/3 illustrates that #23

Closed
yeison opened this issue Apr 25, 2014 · 1 comment

Comments

@yeison
Copy link

yeison commented Apr 25, 2014

Is this normal? I'm not sure what it means, but it get this error when running testRBMCDSigmoidBP

java.lang.AssertionError: 
    Expected :0.0
      Actual   :0.35333332

    // 2 of the iris classes are linearly not separable - an error of 1/3 illustrates that
assertEquals(0, t.getOutputError().getTotalNetworkError(), 1/3f);
@ivan-vasilev
Copy link
Owner

It is normal, I have fixed in the develop branch by increasing the allowed delta for the unit test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants