Uses of Class
util.featureSelection.ValPosCombination

Packages that use ValPosCombination
classifier   
util.classificationFeatures   
util.featureSelection   
var   
var.featureSelection   
 

Uses of ValPosCombination in classifier
 

Methods in classifier that return types with arguments of type ValPosCombination
 java.util.List<ValPosCombination> WekaSVM.performAttributeEvaluation(boolean sort, weka.attributeSelection.AttributeEvaluator evaluator)
          Performs feature selection by evaluating different attributes.
 java.util.List<ValPosCombination> Classifier.performAttributeEvaluation(boolean sort, weka.attributeSelection.AttributeEvaluator evaluator)
          Performs feature selection by evaluating different attributes.
 

Uses of ValPosCombination in util.classificationFeatures
 

Methods in util.classificationFeatures that return types with arguments of type ValPosCombination
static java.util.List<java.util.List<ValPosCombination>> ClassificationFeatureUtils.divide(java.util.List<ClassificationFeature> cfList, java.util.List<ValPosCombination> vpcList)
           
 

Method parameters in util.classificationFeatures with type arguments of type ValPosCombination
static java.util.List<java.util.List<ValPosCombination>> ClassificationFeatureUtils.divide(java.util.List<ClassificationFeature> cfList, java.util.List<ValPosCombination> vpcList)
           
 

Uses of ValPosCombination in util.featureSelection
 

Methods in util.featureSelection that return types with arguments of type ValPosCombination
 java.util.List<ValPosCombination> AbstractAttributeEvaluation.returnSortedEvaluation()
          Returns a list with combinations of values and their original positions within the list of evaluations.
 java.util.List<ValPosCombination> AbstractAttributeEvaluation.returnUnsortedEvaluation()
           
 

Method parameters in util.featureSelection with type arguments of type ValPosCombination
 java.util.List<java.lang.Integer> FeatureSelectionStub.createFilter(java.util.List<ValPosCombination> list)
           
 util.featureSelection.FeatureSelectionSupport.ClassificationData FeatureSelectionSupport.readFeatureFile(java.lang.String fileName, java.util.List<ValPosCombination> result)
           
 void FeatureSelectionStub.writeFeatureSelectionFileFull(java.lang.String fileName, java.util.List<ValPosCombination> list)
           
 

Uses of ValPosCombination in var
 

Method parameters in var with type arguments of type ValPosCombination
 java.lang.String FSCompare.explanation(int loc, java.util.List<java.util.List<ValPosCombination>> attrib_list, java.util.List<ClassificationFeature> cfList)
          Generates an explanation for the located feature.
 

Uses of ValPosCombination in var.featureSelection
 

Methods in var.featureSelection that return types with arguments of type ValPosCombination
 java.util.List<ValPosCombination> FeatureFileContent.getVpcList()
           
 

Method parameters in var.featureSelection with type arguments of type ValPosCombination
 void FeatureFileContent.setVpcList(java.util.List<ValPosCombination> vpcList)