Uses of Interface
com.bayesserver.learning.structure.StructuralLearningProgress
-
Packages that use StructuralLearningProgress Package Description com.bayesserver.learning.structure -
-
Uses of StructuralLearningProgress in com.bayesserver.learning.structure
Methods in com.bayesserver.learning.structure that return StructuralLearningProgress Modifier and Type Method Description StructuralLearningProgress
ChowLiuStructuralLearningOptions. getProgress()
Gets of sets the instance implementingStructuralLearningProgress
, used for progress notifications.StructuralLearningProgress
ClusteringStructuralLearningOptions. getProgress()
Gets of sets the instance implementingStructuralLearningProgress
, used for progress notifications.StructuralLearningProgress
HierarchicalStructuralLearningOptions. getProgress()
Gets of sets the instance implementingStructuralLearningProgress
, used for progress notifications.StructuralLearningProgress
PCStructuralLearningOptions. getProgress()
Gets of sets the instance implementingStructuralLearningProgress
, used for progress notifications.StructuralLearningProgress
SearchStructuralLearningOptions. getProgress()
Gets of sets the instance implementingStructuralLearningProgress
, used for progress notifications.StructuralLearningProgress
StructuralLearningOptions. getProgress()
Gets of sets the instance implementingStructuralLearningProgress
, used for progress notifications.StructuralLearningProgress
TANStructuralLearningOptions. getProgress()
Gets of sets the instance implementingStructuralLearningProgress
, used for progress notifications.Methods in com.bayesserver.learning.structure with parameters of type StructuralLearningProgress Modifier and Type Method Description void
ChowLiuStructuralLearningOptions. setProgress(StructuralLearningProgress value)
Gets of sets the instance implementingStructuralLearningProgress
, used for progress notifications.void
ClusteringStructuralLearningOptions. setProgress(StructuralLearningProgress value)
Gets of sets the instance implementingStructuralLearningProgress
, used for progress notifications.void
HierarchicalStructuralLearningOptions. setProgress(StructuralLearningProgress value)
Gets of sets the instance implementingStructuralLearningProgress
, used for progress notifications.void
PCStructuralLearningOptions. setProgress(StructuralLearningProgress value)
Gets of sets the instance implementingStructuralLearningProgress
, used for progress notifications.void
SearchStructuralLearningOptions. setProgress(StructuralLearningProgress value)
Gets of sets the instance implementingStructuralLearningProgress
, used for progress notifications.void
StructuralLearningOptions. setProgress(StructuralLearningProgress value)
Gets of sets the instance implementingStructuralLearningProgress
, used for progress notifications.void
TANStructuralLearningOptions. setProgress(StructuralLearningProgress value)
Gets of sets the instance implementingStructuralLearningProgress
, used for progress notifications.
-