| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Method and Description |
|---|---|
static MiningFunctionType |
MiningFunctionType.fromValue(String v) |
MiningFunctionType |
SupportVectorMachineModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
RegressionModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
NaiveBayesModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
RuleSetModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
TreeModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
BaselineModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
Regression.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
Scorecard.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
MiningModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
AssociationModel.getFunctionName()
Gets the value of the functionName property.
|
abstract MiningFunctionType |
Model.getFunctionName() |
MiningFunctionType |
NeuralNetwork.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
GeneralRegressionModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
SequenceModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
TimeSeriesModel.getFunctionName()
Gets the value of the functionName property.
|
abstract MiningFunctionType |
EmbeddedModel.getFunctionName() |
MiningFunctionType |
TextModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
NearestNeighborModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
ClusteringModel.getFunctionName()
Gets the value of the functionName property.
|
MiningFunctionType |
DecisionTree.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 |
SupportVectorMachineModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
RegressionModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
NaiveBayesModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
RuleSetModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
TreeModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
BaselineModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
Regression.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
Scorecard.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
MiningModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
AssociationModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
abstract void |
Model.setFunctionName(MiningFunctionType functionName) |
void |
NeuralNetwork.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
GeneralRegressionModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
SequenceModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
TimeSeriesModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
abstract void |
EmbeddedModel.setFunctionName(MiningFunctionType miningFunction) |
void |
TextModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
NearestNeighborModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
ClusteringModel.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
void |
DecisionTree.setFunctionName(MiningFunctionType value)
Sets the value of the functionName property.
|
SupportVectorMachineModel |
SupportVectorMachineModel.withFunctionName(MiningFunctionType value) |
RegressionModel |
RegressionModel.withFunctionName(MiningFunctionType value) |
NaiveBayesModel |
NaiveBayesModel.withFunctionName(MiningFunctionType value) |
RuleSetModel |
RuleSetModel.withFunctionName(MiningFunctionType value) |
TreeModel |
TreeModel.withFunctionName(MiningFunctionType value) |
BaselineModel |
BaselineModel.withFunctionName(MiningFunctionType value) |
Regression |
Regression.withFunctionName(MiningFunctionType value) |
Scorecard |
Scorecard.withFunctionName(MiningFunctionType value) |
MiningModel |
MiningModel.withFunctionName(MiningFunctionType value) |
AssociationModel |
AssociationModel.withFunctionName(MiningFunctionType value) |
NeuralNetwork |
NeuralNetwork.withFunctionName(MiningFunctionType value) |
GeneralRegressionModel |
GeneralRegressionModel.withFunctionName(MiningFunctionType value) |
SequenceModel |
SequenceModel.withFunctionName(MiningFunctionType value) |
TimeSeriesModel |
TimeSeriesModel.withFunctionName(MiningFunctionType value) |
TextModel |
TextModel.withFunctionName(MiningFunctionType value) |
NearestNeighborModel |
NearestNeighborModel.withFunctionName(MiningFunctionType value) |
ClusteringModel |
ClusteringModel.withFunctionName(MiningFunctionType value) |
DecisionTree |
DecisionTree.withFunctionName(MiningFunctionType value) |
Copyright © 2014 University of Tartu. All Rights Reserved.