public interface StructuralLearning
| Modifier and Type | Method and Description |
|---|---|
StructuralLearningOutput |
learn(EvidenceReaderCommand evidenceReaderCommand,
List<Node> nodes,
StructuralLearningOptions options)
Learn the structure (links) of a Bayesian network.
|
StructuralLearningOutput learn(EvidenceReaderCommand evidenceReaderCommand, List<Node> nodes, StructuralLearningOptions options)
evidenceReaderCommand - Can create a reader which iterates round the data used to learn the network.nodes - The nodes to be considered for links.options - Options for the structural learning algorithm.Copyright © 2021. All rights reserved.