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

Evaluation failed: "java.lang.indexOutOfBoundsException: Index: 0, Size: 0" #41

Open
heoa opened this issue Jul 8, 2017 · 3 comments
Open

Comments

@heoa
Copy link

heoa commented Jul 8, 2017

I do the following filters on numeric data such that

screen shot 2017-07-08 at 13 36 49

and when I try to classify I get the error

Evaluation failed: "java.lang.indexOutOfBoundsException: Index: 0, Size: 0"

screen shot 2017-07-08 at 13 33 12

I get the same error even with very small sample so the sample size is very unlikely the issue.

What is causing this indexOutIndex error in Classify of MEKA?

@fracpete
Copy link
Member

Bit late, but... Without knowing the dataset, can't really tell what's going wrong.

@jmread
Copy link
Contributor

jmread commented Mar 30, 2018

I think I remember a similar question on the mailing list. This error usually happens when you do not specify how many labels are in the dataset. You need to do that either in the ARFF file or in the Explorer.

@fracpete
Copy link
Member

Can you replicate the error and post the steps that cause this?

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

3 participants