Uses of Interface
com.bayesserver.inference.QueryOutput
-
Packages that use QueryOutput Package Description com.bayesserver.causal com.bayesserver.inference -
-
Uses of QueryOutput in com.bayesserver.causal
Subinterfaces of QueryOutput in com.bayesserver.causal Modifier and Type Interface Description interfaceCausalQueryOutputAdditional outputs specific to causal queries.Classes in com.bayesserver.causal that implement QueryOutput Modifier and Type Class Description classBackdoorQueryOutputReturns any information, in addition to thedistributions, that is requested from aquery.classCausalQueryOutputBaseBase class for causal algorithm output.classDisjunctiveCauseQueryOutputReturns any information, in addition to thedistributions, that is requested from aquery.classFrontDoorQueryOutputReturns any information, in addition to thedistributions, that is requested from aquery.Methods in com.bayesserver.causal that return QueryOutput Modifier and Type Method Description QueryOutputBackdoorInferenceFactory. createQueryOutput()Creates an object that collects information about eachquery, in addition to thedistributions.QueryOutputDisjunctiveCauseInferenceFactory. createQueryOutput()Creates an object that collects information about eachquery, in addition to thedistributions.QueryOutputFrontDoorInferenceFactory. createQueryOutput()Creates an object that collects information about eachquery, in addition to thedistributions.Methods in com.bayesserver.causal with parameters of type QueryOutput Modifier and Type Method Description voidCausalInferenceBase. query(QueryOptions queryOptions, QueryOutput queryOutput)Calculates a number of distributions, e.g.protected voidBackdoorInference. queryDistributionsInner(QueryOptions queryOptions, QueryOutput queryOutput)protected abstract voidCausalInferenceBase. queryDistributionsInner(QueryOptions queryOptions, QueryOutput queryOutput)protected voidDisjunctiveCauseInference. queryDistributionsInner(QueryOptions queryOptions, QueryOutput queryOutput)protected voidFrontDoorInference. queryDistributionsInner(QueryOptions queryOptions, QueryOutput queryOutput) -
Uses of QueryOutput in com.bayesserver.inference
Classes in com.bayesserver.inference that implement QueryOutput Modifier and Type Class Description classLikelihoodSamplingQueryOutputReturns any information, in addition to thedistributions, that is requested from aquery.classLoopyBeliefQueryOutputReturns any information, in addition to thedistributions, that is requested from aquery.classRelevanceTreeQueryOutputReturns any information, in addition to thedistributions, that is requested from aquery.classVariableEliminationQueryOutputReturns any information, in addition to thedistributions, that is requested from aquery.Methods in com.bayesserver.inference that return QueryOutput Modifier and Type Method Description QueryOutputInferenceFactory. createQueryOutput()Creates an object that collects information about eachquery, in addition to thedistributions.QueryOutputLikelihoodSamplingInferenceFactory. createQueryOutput()Creates an object that collects information about eachquery, in addition to thedistributions.QueryOutputLoopyBeliefInferenceFactory. createQueryOutput()Creates an object that collects information about eachquery, in addition to thedistributions.QueryOutputRelevanceTreeInferenceFactory. createQueryOutput()Creates aRelevanceTreeQueryOutputinstance that collects information about eachquery, in addition to thedistributions.QueryOutputVariableEliminationInferenceFactory. createQueryOutput()Creates aVariableEliminationQueryOutputinstance that collects information about eachquery, in addition to thedistributions.QueryOutputQueryLifecycleEnd. getQueryOutput()The query output.QueryOutputQueryLifecycleEndBase. getQueryOutput()The query output.Methods in com.bayesserver.inference with parameters of type QueryOutput Modifier and Type Method Description voidInference. query(QueryOptions queryOptions, QueryOutput queryOutput)Calculates a number of distributions, e.g.voidLikelihoodSamplingInference. query(QueryOptions queryOptions, QueryOutput queryOutput)Calculates a number of distributions, e.g.voidLoopyBeliefInference. query(QueryOptions queryOptions, QueryOutput queryOutput)Calculates a number of distributions, e.g.voidRelevanceTreeInference. query(QueryOptions queryOptions, QueryOutput queryOutput)Calculates a number of distributions, e.g.voidVariableEliminationInference. query(QueryOptions queryOptions, QueryOutput queryOutput)Calculates a number of distributions, e.g.Constructors in com.bayesserver.inference with parameters of type QueryOutput Constructor Description QueryLifecycleEndBase(Inference inference, QueryOptions queryOptions, QueryOutput queryOutput)For internal use.
-