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

i get this problem #34

Open
CquptZA opened this issue Nov 5, 2022 · 1 comment
Open

i get this problem #34

CquptZA opened this issue Nov 5, 2022 · 1 comment

Comments

@CquptZA
Copy link

CquptZA commented Nov 5, 2022

when i use CrossValidationExperiment to test and change
// e.g. -arff emotions.arff
String arffFilename = "C:\emotions.arff";
// e.g. -xml emotions.xml
String xmlFilename = "C:\emotions.xml";
get error :
Loading the dataset...
十一月 05, 2022 1:52:36 下午 mulan.examples.CrossValidationExperiment main
严重: null
java.lang.NullPointerException
at javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:670)
at mulan.data.LabelsBuilder.createLabels(LabelsBuilder.java:113)
at mulan.data.LabelsBuilder.createLabels(LabelsBuilder.java:75)
at mulan.data.MultiLabelInstances.loadLabelsMeta(MultiLabelInstances.java:574)
at mulan.data.MultiLabelInstances.(MultiLabelInstances.java:202)
at mulan.examples.CrossValidationExperiment.main(CrossValidationExperiment.java:53)

Process finished with exit code 0

@liufanghan
Copy link

I had the same problem.

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