| 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 |
|---|---|
SupportVectorMachineModel |
SupportVectorMachineModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
RegressionModel |
RegressionModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
NaiveBayesModel |
NaiveBayesModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
RuleSetModel |
RuleSetModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
TreeModel |
TreeModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
BaselineModel |
BaselineModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
Regression |
Regression.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
Scorecard |
Scorecard.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
MiningModel |
MiningModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
AssociationModel |
AssociationModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
abstract Model |
Model.setFunctionName(MiningFunctionType functionName) |
NeuralNetwork |
NeuralNetwork.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
GeneralRegressionModel |
GeneralRegressionModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
SequenceModel |
SequenceModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
TimeSeriesModel |
TimeSeriesModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
abstract EmbeddedModel |
EmbeddedModel.setFunctionName(MiningFunctionType miningFunction) |
TextModel |
TextModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
NearestNeighborModel |
NearestNeighborModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
ClusteringModel |
ClusteringModel.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
DecisionTree |
DecisionTree.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
Copyright © 2015 University of Tartu. All Rights Reserved.