Examples of useFilter()


Examples of weka.filters.unsupervised.attribute.Remove.useFilter()

            if (att_counter != classIndex){

                // Remove all attributes but the current attribute and the class variable
                rm.setAttributeIndicesArray(new int[] {att_counter,classIndex});
                rm.setInputFormat(data);
                setOf2 = rm.useFilter(data, rm);

               

                bnCopy = Classifier.makeCopy(bn);
                ev = new Evaluation(setOf2);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.