Uses of Class
com.bayesserver.analysis.InSampleAnomalyDetectionOptions
-
Packages that use InSampleAnomalyDetectionOptions Package Description com.bayesserver.analysis -
-
Uses of InSampleAnomalyDetectionOptions in com.bayesserver.analysis
Methods in com.bayesserver.analysis with parameters of type InSampleAnomalyDetectionOptions 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.
-