public class PerturbationFeatureImportanceCalc extends AbstractFeatureImportance
| Constructor and Description |
|---|
PerturbationFeatureImportanceCalc() |
| Modifier and Type | Method and Description |
|---|---|
GenerateRandom |
getRnd() |
void |
performRanking()
Perform the ranking, without using a specific training set.
|
void |
performRanking(MLDataSet theDataset)
Perform the ranking, using a specific training set.
|
void |
setRnd(GenerateRandom rnd)
Set the random number generator.
|
getFeatures, getFeaturesSorted, getModel, init, toStringpublic void performRanking()
public void performRanking(MLDataSet theDataset)
theDataset - The dataset.public GenerateRandom getRnd()
public void setRnd(GenerateRandom rnd)
rnd - The random number generator.