Uses of Interface
com.bayesserver.Cancellation
-
-
Uses of Cancellation in com.bayesserver
Classes in com.bayesserver that implement Cancellation Modifier and Type Class Description classDefaultCancellationClass for canceling long running operations.Methods in com.bayesserver that return Cancellation Modifier and Type Method Description CancellationTable.MarginalizeLowMemoryOptions. getCancellation()Used to cancel a long running operation.Methods in com.bayesserver with parameters of type Cancellation Modifier and Type Method Description voidTable.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 CancellationClusterCountOptions. 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 voidClusterCountOptions. 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 CancellationCausalQueryOptionsBase. getCancellation()Allows cancellation of a query.Methods in com.bayesserver.causal with parameters of type Cancellation Modifier and Type Method Description voidCausalQueryOptionsBase. 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 CancellationDiscretizationAlgoOptions. getCancellation()Gets of sets an instance implementingCancellation, used for cancellation.CancellationVariableGeneratorOptions. 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 voidDiscretizationAlgoOptions. setCancellation(Cancellation value)Gets of sets an instance implementingCancellation, used for cancellation.voidVariableGeneratorOptions. 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 CancellationLikelihoodSamplingQueryOptions. getCancellation()Allows cancellation of a query.CancellationLoopyBeliefQueryOptions. getCancellation()Allows cancellation of a query.CancellationQueryOptions. getCancellation()Allows cancellation of a query.CancellationRelevanceTreeQueryOptions. getCancellation()Allows cancellation of a query.CancellationTreeQueryOptions. getCancellation()Allows cancellation of a query.CancellationVariableEliminationQueryOptions. getCancellation()Allows cancellation of a query.Methods in com.bayesserver.inference with parameters of type Cancellation Modifier and Type Method Description voidLikelihoodSamplingQueryOptions. setCancellation(Cancellation value)Allows cancellation of a query.voidLoopyBeliefQueryOptions. setCancellation(Cancellation value)Allows cancellation of a query.voidQueryOptions. setCancellation(Cancellation value)Allows cancellation of a query.voidRelevanceTreeQueryOptions. setCancellation(Cancellation value)Allows cancellation of a query.voidTreeQueryOptions. setCancellation(Cancellation value)Allows cancellation of a query.voidVariableEliminationQueryOptions. 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 CancellationParameterLearningOptions. 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 voidParameterLearningOptions. 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 CancellationChowLiuStructuralLearningOptions. getCancellation()Gets of sets the instance implementingCancellation, used for cancellation.CancellationClusteringStructuralLearningOptions. getCancellation()Gets of sets the instance implementingCancellation, used for cancellation.CancellationHierarchicalStructuralLearningOptions. getCancellation()Gets of sets the instance implementingCancellation, used for cancellation.CancellationPCStructuralLearningOptions. getCancellation()Gets of sets the instance implementingCancellation, used for cancellation.CancellationSearchStructuralLearningOptions. getCancellation()Gets of sets the instance implementingCancellation, used for cancellation.CancellationStructuralLearningOptions. getCancellation()Gets of sets the instance implementingCancellation, used for cancellation.CancellationTANStructuralLearningOptions. 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 voidChowLiuStructuralLearningOptions. setCancellation(Cancellation value)Gets of sets the instance implementingCancellation, used for cancellation.voidClusteringStructuralLearningOptions. setCancellation(Cancellation value)Gets of sets the instance implementingCancellation, used for cancellation.voidHierarchicalStructuralLearningOptions. setCancellation(Cancellation value)Gets of sets the instance implementingCancellation, used for cancellation.voidPCStructuralLearningOptions. setCancellation(Cancellation value)Gets of sets the instance implementingCancellation, used for cancellation.voidSearchStructuralLearningOptions. setCancellation(Cancellation value)Gets of sets the instance implementingCancellation, used for cancellation.voidStructuralLearningOptions. setCancellation(Cancellation value)Gets of sets the instance implementingCancellation, used for cancellation.voidTANStructuralLearningOptions. 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 CancellationGeneticOptionsBase. getCancellation()Gets of sets the instance implementingCancellation, used for cancellation.CancellationOptimizerOptions. 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 voidGeneticOptionsBase. setCancellation(Cancellation value)Gets of sets the instance implementingCancellation, used for cancellation.voidOptimizerOptions. setCancellation(Cancellation value)Gets of sets the instance implementingCancellation, used for cancellation.
-