Uses of Enum Class
weka.core.pmml.jaxbbindings.CUMULATIVELINKFUNCTION
Packages that use CUMULATIVELINKFUNCTION
-
Uses of CUMULATIVELINKFUNCTION in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return CUMULATIVELINKFUNCTIONModifier and TypeMethodDescriptionstatic CUMULATIVELINKFUNCTIONGeneralRegressionModel.getCumulativeLink()Gets the value of the cumulativeLink property.static CUMULATIVELINKFUNCTIONReturns the enum constant of this class with the specified name.static CUMULATIVELINKFUNCTION[]CUMULATIVELINKFUNCTION.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in weka.core.pmml.jaxbbindings with parameters of type CUMULATIVELINKFUNCTIONModifier and TypeMethodDescriptionvoidGeneralRegressionModel.setCumulativeLink(CUMULATIVELINKFUNCTION value) Sets the value of the cumulativeLink property.