Class 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 Detail

      • FeatureSelectionOptions

        public FeatureSelectionOptions()
    • 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.