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

The labels method is not returning the correct labels #5

Open
jordanmontt opened this issue Jun 8, 2022 · 0 comments
Open

The labels method is not returning the correct labels #5

jordanmontt opened this issue Jun 8, 2022 · 0 comments

Comments

@jordanmontt
Copy link
Member

testLabels

	model numberOfGaussians: 2.
	model fitX: #( #( 1 2 ) #( 1 4 ) #( 1 0 ) #( 10 2 ) #( 10 4 ) #( 10 0 ) ).

	self
		assert: model labels
		equals: #( 1 1 1 0 0 0 )

This test is failing, it returns #( 1 1 1 1 1 1) instead

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

1 participant