Interface StructuralLearningProgressInfo
-
- All Known Implementing Classes:
ChowLiuStructuralLearningProgressInfo,ClusteringStructuralLearningProgressInfo,HierarchicalStructuralLearningProgressInfo,PCStructuralLearningProgressInfo,SearchStructuralLearningProgressInfo,TANStructuralLearningProgressInfo
public interface StructuralLearningProgressInfoInterface to provide progress information during structural learning.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessage()Gets a progress message.
-
-
-
Method Detail
-
getMessage
String getMessage()
Gets a progress message.
-
-