Interface StructuralLearningProgress
-
public interface StructuralLearningProgress
Interface to provide progress information during structural learning.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(StructuralLearningProgressInfo info)
Progress updates from the structural learning algorithm.
-
-
-
Method Detail
-
update
void update(StructuralLearningProgressInfo info)
Progress updates from the structural learning algorithm.- Parameters:
info
- Contains progress information from the structural learning algorithm.
-
-