Class FeatureSelectionOptions
- java.lang.Object
-
- com.bayesserver.learning.structure.FeatureSelectionOptions
-
public final class FeatureSelectionOptions extends Object
Options governing the tests carried out to determine whether variables are likely to be features (predictors) of a target variable.
-
-
Constructor Summary
Constructors Constructor Description FeatureSelectionOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getMutualInformation()
Gets a value which when true calculates the mutual information between each target and test.void
setMutualInformation(boolean value)
Sets a value which when true calculates the mutual information between each target and test.
-
-
-
Method Detail
-
getMutualInformation
public boolean getMutualInformation()
Gets a value which when true calculates the mutual information between each target and test.
-
setMutualInformation
public void setMutualInformation(boolean value)
Sets a value which when true calculates the mutual information between each target and test.
-
-