Uses of Class
com.bayesserver.analysis.ValueOfInformationKind
-
Packages that use ValueOfInformationKind Package Description com.bayesserver.analysis -
-
Uses of ValueOfInformationKind in com.bayesserver.analysis
Methods in com.bayesserver.analysis that return ValueOfInformationKind Modifier and Type Method Description ValueOfInformationKind
ValueOfInformationTestOutput. getKind()
Gets the type of Value of information statistic calculated.static ValueOfInformationKind
ValueOfInformationKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueOfInformationKind[]
ValueOfInformationKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-