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