Uses of Class
com.bayesserver.learning.structure.FeatureSelectionOutput
-
Packages that use FeatureSelectionOutput Package Description com.bayesserver.learning.structure -
-
Uses of FeatureSelectionOutput in com.bayesserver.learning.structure
Methods in com.bayesserver.learning.structure that return FeatureSelectionOutput 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.
-