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 StopParameterLearningOptions. getStopping()Gets the instance implementingStopused for early stopping.Methods in com.bayesserver.learning.parameters with parameters of type Stop Modifier and Type Method Description voidParameterLearningOptions. setStopping(Stop value)Sets the instance implementingStopused 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 StopChowLiuStructuralLearningOptions. getStopping()Gets the instance implementingStopused for early stopping.StopClusteringStructuralLearningOptions. getStopping()Gets the instance implementingStopused for early stopping.StopHierarchicalStructuralLearningOptions. getStopping()Gets the instance implementingStopused for early stopping.StopPCStructuralLearningOptions. getStopping()Gets the instance implementingStopused for early stopping.StopSearchStructuralLearningOptions. getStopping()Gets the instance implementingStopused for early stopping.StopStructuralLearningOptions. getStopping()Gets the instance implementingStopused for early stopping.StopTANStructuralLearningOptions. getStopping()Gets the instance implementingStopused for early stopping.Methods in com.bayesserver.learning.structure with parameters of type Stop Modifier and Type Method Description voidChowLiuStructuralLearningOptions. setStopping(Stop value)Sets the instance implementingStopused for early stopping.voidClusteringStructuralLearningOptions. setStopping(Stop value)Sets the instance implementingStopused for early stopping.voidHierarchicalStructuralLearningOptions. setStopping(Stop value)Sets the instance implementingStopused for early stopping.voidPCStructuralLearningOptions. setStopping(Stop value)Sets the instance implementingStopused for early stopping.voidSearchStructuralLearningOptions. setStopping(Stop value)Sets the instance implementingStopused for early stopping.voidStructuralLearningOptions. setStopping(Stop value)Sets the instance implementingStopused for early stopping.voidTANStructuralLearningOptions. setStopping(Stop value)Sets the instance implementingStopused for early stopping. -
Uses of Stop in com.bayesserver.optimization
Methods in com.bayesserver.optimization that return Stop Modifier and Type Method Description StopGeneticOptionsBase. getStopping()Gets the instance implementingStopused for early stopping.StopOptimizerOptions. getStopping()Gets the instance implementingStopused for early stopping.Methods in com.bayesserver.optimization with parameters of type Stop Modifier and Type Method Description voidGeneticOptionsBase. setStopping(Stop value)Sets the instance implementingStopused for early stopping.voidOptimizerOptions. setStopping(Stop value)Sets the instance implementingStopused for early stopping.
-