Uses of Enum Class
weka.core.pmml.jaxbbindings.LINKFUNCTION
Packages that use LINKFUNCTION
-
Uses of LINKFUNCTION in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return LINKFUNCTIONModifier and TypeMethodDescriptionstatic LINKFUNCTION
GeneralRegressionModel.getLinkFunction()
Gets the value of the linkFunction property.static LINKFUNCTION
Returns the enum constant of this class with the specified name.static LINKFUNCTION[]
LINKFUNCTION.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 LINKFUNCTIONModifier and TypeMethodDescriptionvoid
GeneralRegressionModel.setLinkFunction
(LINKFUNCTION value) Sets the value of the linkFunction property.