Uses of Interface
com.bayesserver.Stop
-
Packages that use Stop Package Description com.bayesserver.learning.parameters com.bayesserver.learning.structure com.bayesserver.optimization -
-
Uses of Stop in com.bayesserver.learning.parameters
Methods in com.bayesserver.learning.parameters that return Stop Modifier and Type Method Description Stop
ParameterLearningOptions. getStopping()
Gets the instance implementingStop
used for early stopping.Methods in com.bayesserver.learning.parameters with parameters of type Stop Modifier and Type Method Description void
ParameterLearningOptions. setStopping(Stop value)
Sets the instance implementingStop
used for early stopping. -
Uses of Stop in com.bayesserver.learning.structure
Methods in com.bayesserver.learning.structure that return Stop Modifier and Type Method Description Stop
ChowLiuStructuralLearningOptions. getStopping()
Gets the instance implementingStop
used for early stopping.Stop
ClusteringStructuralLearningOptions. getStopping()
Gets the instance implementingStop
used for early stopping.Stop
HierarchicalStructuralLearningOptions. getStopping()
Gets the instance implementingStop
used for early stopping.Stop
PCStructuralLearningOptions. getStopping()
Gets the instance implementingStop
used for early stopping.Stop
SearchStructuralLearningOptions. getStopping()
Gets the instance implementingStop
used for early stopping.Stop
StructuralLearningOptions. getStopping()
Gets the instance implementingStop
used for early stopping.Stop
TANStructuralLearningOptions. getStopping()
Gets the instance implementingStop
used for early stopping.Methods in com.bayesserver.learning.structure with parameters of type Stop Modifier and Type Method Description void
ChowLiuStructuralLearningOptions. setStopping(Stop value)
Sets the instance implementingStop
used for early stopping.void
ClusteringStructuralLearningOptions. setStopping(Stop value)
Sets the instance implementingStop
used for early stopping.void
HierarchicalStructuralLearningOptions. setStopping(Stop value)
Sets the instance implementingStop
used for early stopping.void
PCStructuralLearningOptions. setStopping(Stop value)
Sets the instance implementingStop
used for early stopping.void
SearchStructuralLearningOptions. setStopping(Stop value)
Sets the instance implementingStop
used for early stopping.void
StructuralLearningOptions. setStopping(Stop value)
Sets the instance implementingStop
used for early stopping.void
TANStructuralLearningOptions. setStopping(Stop value)
Sets the instance implementingStop
used for early stopping. -
Uses of Stop in com.bayesserver.optimization
Methods in com.bayesserver.optimization that return Stop Modifier and Type Method Description Stop
GeneticOptionsBase. getStopping()
Gets the instance implementingStop
used for early stopping.Stop
OptimizerOptions. getStopping()
Gets the instance implementingStop
used for early stopping.Methods in com.bayesserver.optimization with parameters of type Stop Modifier and Type Method Description void
GeneticOptionsBase. setStopping(Stop value)
Sets the instance implementingStop
used for early stopping.void
OptimizerOptions. setStopping(Stop value)
Sets the instance implementingStop
used for early stopping.
-