public interface WekaAttributeEvaluator
Modifier and Type | Method and Description |
---|---|
void |
evaluateAttributesFromFile(String corpusName,
String featureSetName,
String splitName,
String arffFile)
evaluate attributes in an arff file, save rank in db
|
void |
evaluateAttributesFromProps(String corpusName,
String splitName,
String featureSetName,
Properties props)
create instances from properties file, evaluate, save in db
|
void evaluateAttributesFromFile(String corpusName, String featureSetName, String splitName, String arffFile) throws Exception
name
- corresponds to feature_eval.namecorpusName
- cv_fold.namearffFile
- Exception
void evaluateAttributesFromProps(String corpusName, String splitName, String featureSetName, Properties props) throws Exception
name
- feature set name. corresponds to feature_eval.namecorpusName
- cv_fold.namepropFile
- for SparseDataExporterException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.