Package weka.attributeSelection

Examples of weka.attributeSelection.ReliefFAttributeEval


        //CfsSubsetEval eval = new CfsSubsetEval();
       
        //CorrelationAttributeEval eval = new CorrelationAttributeEval();
        //InfoGainAttributeEval eval = new InfoGainAttributeEval();
       
        ReliefFAttributeEval eval = new ReliefFAttributeEval();
       
        //GreedyStepwise search = new GreedyStepwise();
        //search.setNumToSelect(980);
        //search.setSearchBackwards(true);
       
View Full Code Here

TOP

Related Classes of weka.attributeSelection.ReliefFAttributeEval

Copyright © 2018 www.massapicom. 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.