public class NeuralFeatureImportanceCalc extends AbstractFeatureImportance
| Constructor and Description |
|---|
NeuralFeatureImportanceCalc() |
| Modifier and Type | Method and Description |
|---|---|
void |
performRanking()
Perform the ranking, without using a specific training set.
|
void |
performRanking(MLDataSet theDataset)
Perform the ranking, using a specific training set.
|
getFeatures, getFeaturesSorted, getModel, init, toStringpublic void performRanking()
public void performRanking(MLDataSet theDataset)
theDataset - The dataset.