Interface InSampleAnomalyDetectionActions


  • public interface InSampleAnomalyDetectionActions
    Actions which the caller must implement to use InSampleAnomalyDetection.
    • 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.