public interface ClusterCountActions
| Modifier and Type | Method and Description | 
|---|---|
EvidenceReaderCommand | 
createEvidenceReaderCommand(Network networkCopy,
                           DataPartitioning partitioning)
A user supplied function to create an evidence reader command based on a copy of the original network. 
 | 
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. 
 | 
EvidenceReaderCommand createEvidenceReaderCommand(Network networkCopy, DataPartitioning partitioning)
networkCopy - A copy of the original network.partitioning - The data partition which the evidence reader command should read.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.