public class ApplicabilityTester
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ApplicabilityTester.ApplicableClassifiers |
Constructor and Description |
---|
ApplicabilityTester() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<ClassParams> |
getApplicableAttributeEvaluators(weka.core.Instances instances,
java.lang.String paramDirName)
Looks inside a folder for .param files that are WEKA ASEvals
|
static java.util.List<ClassParams> |
getApplicableAttributeSearchers(weka.core.Instances instances,
java.lang.String paramDirName)
Looks inside a folder for .param files that are WEKA ASSearches
|
static ApplicabilityTester.ApplicableClassifiers |
getApplicableClassifiers(weka.core.Instances instances,
java.lang.String baseDir,
java.util.List<java.lang.String> allowed)
Looks inside a folder for .param files that are WEKA classifiers (base, meta and ensemble)
|
public static ApplicabilityTester.ApplicableClassifiers getApplicableClassifiers(weka.core.Instances instances, java.lang.String baseDir, java.util.List<java.lang.String> allowed)
instances
- The instances to test onbaseDir
- The path to the folder containing the .param filesallowed
- Allowed filespublic static java.util.List<ClassParams> getApplicableAttributeEvaluators(weka.core.Instances instances, java.lang.String paramDirName)
instances
- The instances to test onparamDirName
- The path to the folder containing the .param filespublic static java.util.List<ClassParams> getApplicableAttributeSearchers(weka.core.Instances instances, java.lang.String paramDirName)
instances
- The instances to test onparamDirName
- The path to the folder containing the .param files