Uses of Class
com.bayesserver.learning.structure.FeatureSelectionOptions
-
Packages that use FeatureSelectionOptions Package Description com.bayesserver.learning.structure -
-
Uses of FeatureSelectionOptions in com.bayesserver.learning.structure
Methods in com.bayesserver.learning.structure with parameters of type FeatureSelectionOptions Modifier and Type Method Description static FeatureSelectionOutput
FeatureSelection. detect(List<Variable> variables, EvidenceReaderCommand evidenceReaderCommand, Variable target, FeatureSelectionOptions options)
Determines which variables are likely to be good features (predictors) of a target variable.
-