public final class PCStructuralLearning extends Object implements StructuralLearning
| Constructor and Description | 
|---|
PCStructuralLearning()  | 
| Modifier and Type | Method and Description | 
|---|---|
StructuralLearningOutput | 
learn(EvidenceReaderCommand readerCommand,
     List<Node> nodes,
     StructuralLearningOptions options)
Learn the structure (links) of a Bayesian network. 
 | 
public StructuralLearningOutput learn(EvidenceReaderCommand readerCommand, List<Node> nodes, StructuralLearningOptions options)
learn in interface StructuralLearningreaderCommand - 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.