Uses of Enum Class
weka.core.pmml.jaxbbindings.MININGFUNCTION
-
Uses of MININGFUNCTION in weka.core.pmml.jaxbbindings
Modifier and TypeMethodDescriptionstatic MININGFUNCTION
AssociationModel.getFunctionName()
Gets the value of the functionName property.BaselineModel.getFunctionName()
Gets the value of the functionName property.ClusteringModel.getFunctionName()
Gets the value of the functionName property.DecisionTree.getFunctionName()
Gets the value of the functionName property.GeneralRegressionModel.getFunctionName()
Gets the value of the functionName property.MiningModel.getFunctionName()
Gets the value of the functionName property.NaiveBayesModel.getFunctionName()
Gets the value of the functionName property.NearestNeighborModel.getFunctionName()
Gets the value of the functionName property.NeuralNetwork.getFunctionName()
Gets the value of the functionName property.Regression.getFunctionName()
Gets the value of the functionName property.RegressionModel.getFunctionName()
Gets the value of the functionName property.RuleSetModel.getFunctionName()
Gets the value of the functionName property.Scorecard.getFunctionName()
Gets the value of the functionName property.SequenceModel.getFunctionName()
Gets the value of the functionName property.SupportVectorMachineModel.getFunctionName()
Gets the value of the functionName property.TextModel.getFunctionName()
Gets the value of the functionName property.TimeSeriesModel.getFunctionName()
Gets the value of the functionName property.TreeModel.getFunctionName()
Gets the value of the functionName property.static MININGFUNCTION
Returns the enum constant of this class with the specified name.static MININGFUNCTION[]
MININGFUNCTION.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AssociationModel.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
BaselineModel.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
ClusteringModel.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
DecisionTree.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
GeneralRegressionModel.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
MiningModel.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
NaiveBayesModel.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
NearestNeighborModel.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
NeuralNetwork.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
Regression.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
RegressionModel.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
RuleSetModel.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
Scorecard.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
SequenceModel.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
SupportVectorMachineModel.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
TextModel.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
TimeSeriesModel.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.void
TreeModel.setFunctionName
(MININGFUNCTION value) Sets the value of the functionName property.