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