Interface StructuralLearningProgress
-
public interface StructuralLearningProgressInterface to provide progress information during structural learning.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdate(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.
-
-