| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Method and Description |
|---|---|
static MiningFunctionType |
MiningFunctionType.fromValue(String v) |
MiningFunctionType |
TreeModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
TimeSeriesModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
TextModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
SupportVectorMachineModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
SequenceModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
Scorecard.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
RuleSetModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
RegressionModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
Regression.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
NeuralNetwork.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
NearestNeighborModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
NaiveBayesModel.getFunctionName()
Gets the value of the functionName property.
|
abstract MiningFunctionType |
Model.getFunctionName() |
MiningFunctionType |
MiningModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
GeneralRegressionModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
DecisionTree.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
ClusteringModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
BaselineModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
AssociationModel.getFunctionName()
Gets the value of the functionName property.
|
static MiningFunctionType |
MiningFunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MiningFunctionType[] |
MiningFunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TreeModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
TimeSeriesModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
TextModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
SupportVectorMachineModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
SequenceModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
Scorecard.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
RuleSetModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
RegressionModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
Regression.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
NeuralNetwork.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
NearestNeighborModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
NaiveBayesModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
abstract void |
Model.setFunctionName(MiningFunctionType functionName) |
void |
MiningModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
GeneralRegressionModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
DecisionTree.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
ClusteringModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
BaselineModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
AssociationModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
Copyright © 2013 University of Tartu. All Rights Reserved.