Package | Description |
---|---|
jsat.datatransform.featureselection |
Modifier and Type | Method and Description |
---|---|
MutualInfoFS.NumericalHandeling |
MutualInfoFS.getHandling()
Returns the method of numericHandling numeric features
|
static MutualInfoFS.NumericalHandeling |
MutualInfoFS.NumericalHandeling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutualInfoFS.NumericalHandeling[] |
MutualInfoFS.NumericalHandeling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MutualInfoFS.setHandling(MutualInfoFS.NumericalHandeling handling)
Sets the method of numericHandling numeric features
|
Constructor and Description |
---|
MutualInfoFS(ClassificationDataSet dataSet,
int featureCount,
MutualInfoFS.NumericalHandeling numericHandling)
Creates a new Mutual Information feature selection object.
|
MutualInfoFS(int featureCount,
MutualInfoFS.NumericalHandeling numericHandling)
Creates a new Mutual Information feature selection object.
|
Copyright © 2017. All rights reserved.