public interface InSampleAnomalyDetectionActions
| Modifier and Type | Method and Description | 
|---|---|
void | 
learn(Network networkCopy,
     EvidenceReaderCommand evidenceReaderCommand)
A user supplied function to learn the paramters of a copy of the original network based on a training partition of the data. 
 | 
void learn(Network networkCopy, EvidenceReaderCommand evidenceReaderCommand)
networkCopy - A copy of the original network whose parameters need to be learnt.evidenceReaderCommand - The evidence reader command to use for parameter learning.Copyright © 2021. All rights reserved.