List of usage examples for weka.attributeSelection AttributeEvaluator interface-usage
From source file mulan.dimensionalityReduction.LabelPowersetAttributeEvaluator.java
/**
* Performs attribute evaluation using the label powerset transformation. For
* more information, see <br/>
* <br/>
* K. Trohidis, G. Tsoumakas, G. Kalliris, I. Vlahavas. "Multilabel
* Classification of Music into Emotions". Proc. 2008 International Conference
From source file mulan.dimensionalityReduction.MultiClassAttributeEvaluator.java
/**
* Performs attribute evaluation using single-label transformations. For
* more information, see <br/>
* <br/>
* Chen, W., Yan, J., Zhang, B., Chen, Z., and Yang, Q. (2007).
* Document transformation for multi-label feature selection in text categorization.
From source file sample.generation.relation.attributeSelection.impl.ChiSquaredWithYatesCorrectionAttributeEval.java
/**
<!-- globalinfo-start -->
* ChiSquaredWithYatesCorrectionAttributeEval :<br/>
* <br/>
* Evaluates the worth of an attribute by computing the value of the chi-squared statistic with respect to the class.<br/>
* <p/>