Package com.bayesserver.analysis
Interface InSampleAnomalyDetectionActions
-
public interface InSampleAnomalyDetectionActions
Actions which the caller must implement to use InSampleAnomalyDetection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
learn
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.- Parameters:
networkCopy
- A copy of the original network whose parameters need to be learnt.evidenceReaderCommand
- The evidence reader command to use for parameter learning.
-
-