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