public final class FeatureSelection extends Object
| Modifier and Type | Method and Description | 
|---|---|
static FeatureSelectionOutput | 
detect(List<Variable> variables,
      EvidenceReaderCommand evidenceReaderCommand,
      Variable target,
      FeatureSelectionOptions options)
Determines which variables are likely to be good features (predictors) of a target variable. 
 | 
public static FeatureSelectionOutput detect(List<Variable> variables, EvidenceReaderCommand evidenceReaderCommand, Variable target, FeatureSelectionOptions options)
variables - The variables to test against the target.evidenceReaderCommand - The data.target - The target variable.options - Options governing the tests.Copyright © 2021. All rights reserved.