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.
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.