Class FeatureSelectionOutput
- java.lang.Object
-
- com.bayesserver.learning.structure.FeatureSelectionOutput
-
public final class FeatureSelectionOutput extends Object
Contains information returned byFeatureSelection.detect(java.util.List<com.bayesserver.Variable>, com.bayesserver.data.EvidenceReaderCommand, com.bayesserver.Variable, com.bayesserver.learning.structure.FeatureSelectionOptions)
about feature selection tests.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<FeatureSelectionTest>
getTests()
Gets the tests carried out for each variable against the target.
-
-
-
Method Detail
-
getTests
public List<FeatureSelectionTest> getTests()
Gets the tests carried out for each variable against the target.
-
-