public final class SearchStructuralLearning extends Object implements StructuralLearning
| Constructor and Description |
|---|
SearchStructuralLearning() |
| Modifier and Type | Method and Description |
|---|---|
StructuralLearningOutput |
learn(EvidenceReaderCommandFactory evidenceReaderCommandFactory,
List<Node> nodes,
StructuralLearningOptions options)
Learn the structure (links) of a Bayesian network.
|
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.public StructuralLearningOutput learn(EvidenceReaderCommandFactory evidenceReaderCommandFactory, List<Node> nodes, StructuralLearningOptions options)
evidenceReaderCommandFactory - Creates new evidence reader commands, which may be partitioned for use in cross validation.nodes - The nodes to be considered for links.options - Options for the structural learning algorithm.Copyright © 2021. All rights reserved.