Uses of Class
com.bayesserver.data.discovery.DiscretizationMethod
-
Packages that use DiscretizationMethod Package Description com.bayesserver.data.discovery -
-
Uses of DiscretizationMethod in com.bayesserver.data.discovery
Methods in com.bayesserver.data.discovery that return DiscretizationMethod Modifier and Type Method Description DiscretizationMethod
VariableDefinition. getDiscretizationMethod()
Gets the method (algorithm) to use for discretization, if any.static DiscretizationMethod
DiscretizationMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static DiscretizationMethod[]
DiscretizationMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.bayesserver.data.discovery with parameters of type DiscretizationMethod Modifier and Type Method Description void
VariableDefinition. setDiscretizationMethod(DiscretizationMethod value)
Sets the method (algorithm) to use for discretization, if any.
-