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

missing files from library #1

Open
ssy248 opened this issue Nov 6, 2018 · 1 comment
Open

missing files from library #1

ssy248 opened this issue Nov 6, 2018 · 1 comment

Comments

@ssy248
Copy link

ssy248 commented Nov 6, 2018

I tried to create a new java project with the library I downloaded from https://github.com/tahaemara/weka-example and the import statements such as:

import weka.classifiers.Classifier;
import weka.classifiers.functions.MultilayerPerceptron;
import weka.core.Attribute;
import weka.core.DenseInstance;
import weka.core.Instances;
import weka.core.SerializationHelper;

cause file not found errors. I also looked in the files in this library and could not find the referenced folders or files.

@tahaemara
Copy link
Owner

what is the content of the pom.xml file, and also what is the output error message?

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