Package | Description |
---|---|
org.dmg.pmml.pmml_4_2.descr |
Modifier and Type | Field and Description |
---|---|
protected MININGFUNCTION |
RuleSetModel.functionName |
protected MININGFUNCTION |
SequenceModel.functionName |
protected MININGFUNCTION |
BaselineModel.functionName |
protected MININGFUNCTION |
Regression.functionName |
protected MININGFUNCTION |
AssociationModel.functionName |
protected MININGFUNCTION |
NearestNeighborModel.functionName |
protected MININGFUNCTION |
RegressionModel.functionName |
protected MININGFUNCTION |
NeuralNetwork.functionName |
protected MININGFUNCTION |
TreeModel.functionName |
protected MININGFUNCTION |
Scorecard.functionName |
protected MININGFUNCTION |
SupportVectorMachineModel.functionName |
protected MININGFUNCTION |
ClusteringModel.functionName |
protected MININGFUNCTION |
NaiveBayesModel.functionName |
protected MININGFUNCTION |
TimeSeriesModel.functionName |
protected MININGFUNCTION |
GeneralRegressionModel.functionName |
protected MININGFUNCTION |
TextModel.functionName |
protected MININGFUNCTION |
MiningModel.functionName |
protected MININGFUNCTION |
DecisionTree.functionName |
Modifier and Type | Method and Description |
---|---|
static MININGFUNCTION |
MININGFUNCTION.fromValue(String v) |
MININGFUNCTION |
RuleSetModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
SequenceModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
BaselineModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
Regression.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
AssociationModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
NearestNeighborModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
RegressionModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
NeuralNetwork.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
TreeModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
Scorecard.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
SupportVectorMachineModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
ClusteringModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
NaiveBayesModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
TimeSeriesModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
GeneralRegressionModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
TextModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
MiningModel.getFunctionName()
Gets the value of the functionName property.
|
MININGFUNCTION |
DecisionTree.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 |
RuleSetModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
SequenceModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
BaselineModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
Regression.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
AssociationModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
NearestNeighborModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
RegressionModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
NeuralNetwork.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
TreeModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
Scorecard.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
SupportVectorMachineModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
ClusteringModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
NaiveBayesModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
TimeSeriesModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
GeneralRegressionModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
TextModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
MiningModel.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
void |
DecisionTree.setFunctionName(MININGFUNCTION value)
Sets the value of the functionName property.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.