Uses of Class
com.bayesserver.analysis.AutoInsightKLDivergence
-
Packages that use AutoInsightKLDivergence Package Description com.bayesserver.analysis -
-
Uses of AutoInsightKLDivergence in com.bayesserver.analysis
Methods in com.bayesserver.analysis that return AutoInsightKLDivergence Modifier and Type Method Description AutoInsightKLDivergence
AutoInsightOptions. getKLDivergence()
Gets a value which determines the type of KL divergence calculations to perform, if any.static AutoInsightKLDivergence
AutoInsightKLDivergence. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoInsightKLDivergence[]
AutoInsightKLDivergence. 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 AutoInsightKLDivergence Modifier and Type Method Description void
AutoInsightOptions. setKLDivergence(AutoInsightKLDivergence value)
Sets a value which determines the type of KL divergence calculations to perform, if any.
-