public class FeatureSelector extends Object
| Constructor and Description |
|---|
FeatureSelector(RankedFeatureVector.Factory ranker,
double minThreshold) |
FeatureSelector(RankedFeatureVector.Factory ranker,
int numFeatures) |
FeatureSelector(RankedFeatureVector.PerLabelFactory perLabelRanker,
double minThreshold) |
FeatureSelector(RankedFeatureVector.PerLabelFactory perLabelRanker,
int numFeatures) |
| Modifier and Type | Method and Description |
|---|---|
void |
selectFeaturesFor(InstanceList ilist,
InstanceList validationList) |
void |
selectFeaturesForAllLabels(InstanceList ilist,
InstanceList validationList) |
void |
selectFeaturesForPerLabel(InstanceList ilist,
InstanceList validationList) |
public FeatureSelector(RankedFeatureVector.Factory ranker, int numFeatures)
public FeatureSelector(RankedFeatureVector.Factory ranker, double minThreshold)
public FeatureSelector(RankedFeatureVector.PerLabelFactory perLabelRanker, int numFeatures)
public FeatureSelector(RankedFeatureVector.PerLabelFactory perLabelRanker, double minThreshold)
public void selectFeaturesFor(InstanceList ilist, InstanceList validationList)
public void selectFeaturesForAllLabels(InstanceList ilist, InstanceList validationList)
public void selectFeaturesForPerLabel(InstanceList ilist, InstanceList validationList)
Copyright © 2019 JULIE Lab, Germany. All rights reserved.