Interface StructuralLearningOutput
-
- All Known Implementing Classes:
ChowLiuStructuralLearningOutput,ClusteringStructuralLearningOutput,HierarchicalStructuralLearningOutput,PCStructuralLearningOutput,SearchStructuralLearningOutput,TANStructuralLearningOutput
public interface StructuralLearningOutputContains information returned from a structural learning algorithm.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<LinkOutput>getLinkOutputs()Gets information about any new links added during the learning process.
-
-
-
Method Detail
-
getLinkOutputs
List<LinkOutput> getLinkOutputs()
Gets information about any new links added during the learning process.
-
-