| Package | Description |
|---|---|
| weka.core.pmml.jaxbbindings |
| Modifier and Type | Method and Description |
|---|---|
static MININGFUNCTION |
MININGFUNCTION.fromValue(String v) |
MININGFUNCTION |
SupportVectorMachineModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
Scorecard.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
SequenceModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
TextModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
TimeSeriesModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
RegressionModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
BaselineModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
DecisionTree.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
MiningModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
ClusteringModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
GeneralRegressionModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
NearestNeighborModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
TreeModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
AssociationModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
RuleSetModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
Regression.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
NeuralNetwork.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
NaiveBayesModel.getFunctionName()
Gets the value of the functionName property.
|
static MININGFUNCTION |
MININGFUNCTION.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MININGFUNCTION[] |
MININGFUNCTION.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SupportVectorMachineModel.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 |
TextModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
TimeSeriesModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
RegressionModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
BaselineModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
DecisionTree.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
MiningModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
ClusteringModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
GeneralRegressionModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
NearestNeighborModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
TreeModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
AssociationModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
RuleSetModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
Regression.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
NeuralNetwork.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
NaiveBayesModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.