tahaemara / weka-example

How to use Weka in your Java code?
5 stars 10 forks source link

missing files from library #1

Open ssy248 opened 5 years ago

ssy248 commented 5 years ago

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 commented 5 years ago

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