Uses of Class
com.bayesserver.analysis.LogLikelihoodAnalysisSubsetMethod
-
Packages that use LogLikelihoodAnalysisSubsetMethod Package Description com.bayesserver.analysis -
-
Uses of LogLikelihoodAnalysisSubsetMethod in com.bayesserver.analysis
Methods in com.bayesserver.analysis that return LogLikelihoodAnalysisSubsetMethod Modifier and Type Method Description LogLikelihoodAnalysisSubsetMethod
LogLikelihoodAnalysisOptions. getSubsetMethod()
Gets a value which determines whether evidence subsets are included, excluded or both.static LogLikelihoodAnalysisSubsetMethod
LogLikelihoodAnalysisSubsetMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogLikelihoodAnalysisSubsetMethod[]
LogLikelihoodAnalysisSubsetMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver.analysis with parameters of type LogLikelihoodAnalysisSubsetMethod Modifier and Type Method Description void
LogLikelihoodAnalysisOptions. setSubsetMethod(LogLikelihoodAnalysisSubsetMethod value)
Sets a value which determines whether evidence subsets are included, excluded or both.
-