Uses of Interface
com.bayesserver.Cancellation
-
-
Uses of Cancellation in com.bayesserver
Classes in com.bayesserver that implement Cancellation Modifier and Type Class Description class
DefaultCancellation
Class for canceling long running operations.Methods in com.bayesserver that return Cancellation Modifier and Type Method Description Cancellation
Table.MarginalizeLowMemoryOptions. getCancellation()
Used to cancel a long running operation.Methods in com.bayesserver with parameters of type Cancellation Modifier and Type Method Description void
Table.MarginalizeLowMemoryOptions. setCancellation(Cancellation value)
Used to cancel a long running operation. -
Uses of Cancellation in com.bayesserver.analysis
Methods in com.bayesserver.analysis that return Cancellation Modifier and Type Method Description Cancellation
ClusterCountOptions. getCancellation()
Gets of sets the instance implementingCancellation
, used for cancellation.Methods in com.bayesserver.analysis with parameters of type Cancellation Modifier and Type Method Description void
ClusterCountOptions. setCancellation(Cancellation value)
Gets of sets the instance implementingCancellation
, used for cancellation. -
Uses of Cancellation in com.bayesserver.causal
Methods in com.bayesserver.causal that return Cancellation Modifier and Type Method Description Cancellation
CausalQueryOptionsBase. getCancellation()
Allows cancellation of a query.Methods in com.bayesserver.causal with parameters of type Cancellation Modifier and Type Method Description void
CausalQueryOptionsBase. setCancellation(Cancellation value)
Allows cancellation of a query. -
Uses of Cancellation in com.bayesserver.data.discovery
Methods in com.bayesserver.data.discovery that return Cancellation Modifier and Type Method Description Cancellation
DiscretizationAlgoOptions. getCancellation()
Gets of sets an instance implementingCancellation
, used for cancellation.Cancellation
VariableGeneratorOptions. getCancellation()
Gets of sets an instance implementingCancellation
, used for cancellation.Methods in com.bayesserver.data.discovery with parameters of type Cancellation Modifier and Type Method Description void
DiscretizationAlgoOptions. setCancellation(Cancellation value)
Gets of sets an instance implementingCancellation
, used for cancellation.void
VariableGeneratorOptions. setCancellation(Cancellation value)
Gets of sets an instance implementingCancellation
, used for cancellation. -
Uses of Cancellation in com.bayesserver.inference
Methods in com.bayesserver.inference that return Cancellation Modifier and Type Method Description Cancellation
LikelihoodSamplingQueryOptions. getCancellation()
Allows cancellation of a query.Cancellation
LoopyBeliefQueryOptions. getCancellation()
Allows cancellation of a query.Cancellation
QueryOptions. getCancellation()
Allows cancellation of a query.Cancellation
RelevanceTreeQueryOptions. getCancellation()
Allows cancellation of a query.Cancellation
TreeQueryOptions. getCancellation()
Allows cancellation of a query.Cancellation
VariableEliminationQueryOptions. getCancellation()
Allows cancellation of a query.Methods in com.bayesserver.inference with parameters of type Cancellation Modifier and Type Method Description void
LikelihoodSamplingQueryOptions. setCancellation(Cancellation value)
Allows cancellation of a query.void
LoopyBeliefQueryOptions. setCancellation(Cancellation value)
Allows cancellation of a query.void
QueryOptions. setCancellation(Cancellation value)
Allows cancellation of a query.void
RelevanceTreeQueryOptions. setCancellation(Cancellation value)
Allows cancellation of a query.void
TreeQueryOptions. setCancellation(Cancellation value)
Allows cancellation of a query.void
VariableEliminationQueryOptions. setCancellation(Cancellation value)
Allows cancellation of a query. -
Uses of Cancellation in com.bayesserver.learning.parameters
Methods in com.bayesserver.learning.parameters that return Cancellation Modifier and Type Method Description Cancellation
ParameterLearningOptions. getCancellation()
Gets of sets the instance implementingCancellation
, used for cancellation.Methods in com.bayesserver.learning.parameters with parameters of type Cancellation Modifier and Type Method Description void
ParameterLearningOptions. setCancellation(Cancellation value)
Gets of sets the instance implementingCancellation
, used for cancellation. -
Uses of Cancellation in com.bayesserver.learning.structure
Methods in com.bayesserver.learning.structure that return Cancellation Modifier and Type Method Description Cancellation
ChowLiuStructuralLearningOptions. getCancellation()
Gets of sets the instance implementingCancellation
, used for cancellation.Cancellation
ClusteringStructuralLearningOptions. getCancellation()
Gets of sets the instance implementingCancellation
, used for cancellation.Cancellation
HierarchicalStructuralLearningOptions. getCancellation()
Gets of sets the instance implementingCancellation
, used for cancellation.Cancellation
PCStructuralLearningOptions. getCancellation()
Gets of sets the instance implementingCancellation
, used for cancellation.Cancellation
SearchStructuralLearningOptions. getCancellation()
Gets of sets the instance implementingCancellation
, used for cancellation.Cancellation
StructuralLearningOptions. getCancellation()
Gets of sets the instance implementingCancellation
, used for cancellation.Cancellation
TANStructuralLearningOptions. getCancellation()
Gets of sets the instance implementingCancellation
, used for cancellation.Methods in com.bayesserver.learning.structure with parameters of type Cancellation Modifier and Type Method Description void
ChowLiuStructuralLearningOptions. setCancellation(Cancellation value)
Gets of sets the instance implementingCancellation
, used for cancellation.void
ClusteringStructuralLearningOptions. setCancellation(Cancellation value)
Gets of sets the instance implementingCancellation
, used for cancellation.void
HierarchicalStructuralLearningOptions. setCancellation(Cancellation value)
Gets of sets the instance implementingCancellation
, used for cancellation.void
PCStructuralLearningOptions. setCancellation(Cancellation value)
Gets of sets the instance implementingCancellation
, used for cancellation.void
SearchStructuralLearningOptions. setCancellation(Cancellation value)
Gets of sets the instance implementingCancellation
, used for cancellation.void
StructuralLearningOptions. setCancellation(Cancellation value)
Gets of sets the instance implementingCancellation
, used for cancellation.void
TANStructuralLearningOptions. setCancellation(Cancellation value)
Gets of sets the instance implementingCancellation
, used for cancellation. -
Uses of Cancellation in com.bayesserver.optimization
Methods in com.bayesserver.optimization that return Cancellation Modifier and Type Method Description Cancellation
GeneticOptionsBase. getCancellation()
Gets of sets the instance implementingCancellation
, used for cancellation.Cancellation
OptimizerOptions. getCancellation()
Gets of sets the instance implementingCancellation
, used for cancellation.Methods in com.bayesserver.optimization with parameters of type Cancellation Modifier and Type Method Description void
GeneticOptionsBase. setCancellation(Cancellation value)
Gets of sets the instance implementingCancellation
, used for cancellation.void
OptimizerOptions. setCancellation(Cancellation value)
Gets of sets the instance implementingCancellation
, used for cancellation.
-