Uses of Interface
com.bayesserver.analysis.InSampleAnomalyDetectionActions
-
Packages that use InSampleAnomalyDetectionActions Package Description com.bayesserver.analysis -
-
Uses of InSampleAnomalyDetectionActions in com.bayesserver.analysis
Methods in com.bayesserver.analysis with parameters of type InSampleAnomalyDetectionActions Modifier and Type Method Description static InSampleAnomalyDetection
InSampleAnomalyDetection. learn(Network network, EvidenceReaderCommandFactory evidenceReaderCommandFactory, InSampleAnomalyDetectionActions actions, InSampleAnomalyDetectionOptions options)
Build the in-sample anomaly detector, which can be used to remove anomalous data from a training data set.
-