public interface FeatureImportance
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FeatureRank> |
getFeatures() |
java.util.Collection<FeatureRank> |
getFeaturesSorted() |
MLRegression |
getModel() |
void |
init(MLRegression theModel,
java.lang.String[] names)
Initialize a model
|
void |
performRanking()
Perform the ranking, without using a specific training set.
|
void |
performRanking(MLDataSet theDataset)
Perform the ranking, using a specific training set.
|
void init(MLRegression theModel, java.lang.String[] names)
theModel - The model that will be used for ranking.names - The names of the fields.void performRanking()
void performRanking(MLDataSet theDataset)
theDataset - The dataset.java.util.List<FeatureRank> getFeatures()
java.util.Collection<FeatureRank> getFeaturesSorted()
MLRegression getModel()