- All Implemented Interfaces:
- com.google.common.base.Predicate<org.cleartk.ml.Feature>, org.cleartk.ml.feature.transform.TrainableExtractor<OUTCOME_T>
public class BinaryAlphaFeatureSelection<OUTCOME_T>
extends FeatureSelection<OUTCOME_T>
Selects features via binary Krippendorff's Alpha-Reliability between the a extracted feature
and the outcome values they are paired with in classification instances.
Alpha-positive: when the positive feature value suggests positive label
Alpha-negative: when the positive feature value suggests negative label
Final Alpha = max(Alpha-positive, Alpha-negative)
Reference: Krippendorff, Klaus. "Computing Krippendorff's alpha reliability." Departmental Papers (ASC) (2007): 43.
- Author:
- Chen Lin