| 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.
|
| Constructor and Description |
|---|
AssociationModel(MiningFunctionType functionName,
Integer numberOfTransactions,
Double minimumSupport,
Double minimumConfidence,
Integer numberOfItems,
Integer numberOfItemsets,
Integer numberOfRules,
MiningSchema miningSchema) |
BaselineModel(MiningFunctionType functionName,
MiningSchema miningSchema,
TestDistributions testDistributions) |
ClusteringModel(MiningFunctionType functionName,
ClusteringModel.ModelClass modelClass,
Integer numberOfClusters,
MiningSchema miningSchema,
ComparisonMeasure comparisonMeasure,
List<ClusteringField> clusteringFields,
List<Cluster> clusters) |
DecisionTree(MiningFunctionType functionName,
Node node) |
GeneralRegressionModel(GeneralRegressionModel.ModelType modelType,
MiningFunctionType functionName,
MiningSchema miningSchema,
ParameterList parameterList,
PPMatrix ppMatrix,
ParamMatrix paramMatrix) |
MiningModel(MiningFunctionType functionName,
MiningSchema miningSchema) |
NaiveBayesModel(double threshold,
MiningFunctionType functionName,
MiningSchema miningSchema,
BayesInputs bayesInputs,
BayesOutput bayesOutput) |
NearestNeighborModel(MiningFunctionType functionName,
Integer numberOfNeighbors,
MiningSchema miningSchema,
TrainingInstances trainingInstances,
ComparisonMeasure comparisonMeasure,
KNNInputs knnInputs) |
NeuralNetwork(MiningFunctionType functionName,
ActivationFunctionType activationFunction,
MiningSchema miningSchema,
NeuralInputs neuralInputs,
List<NeuralLayer> neuralLayers) |
Regression(MiningFunctionType functionName,
List<RegressionTable> regressionTables) |
RegressionModel(MiningFunctionType functionName,
MiningSchema miningSchema,
List<RegressionTable> regressionTables) |
RuleSetModel(MiningFunctionType functionName,
MiningSchema miningSchema,
RuleSet ruleSet) |
Scorecard(MiningFunctionType functionName,
MiningSchema miningSchema,
Characteristics characteristics) |
SequenceModel(MiningFunctionType functionName,
double minimumSupport,
double minimumConfidence,
Integer numberOfItems,
Integer numberOfSets,
Integer numberOfSequences,
Integer numberOfRules,
MiningSchema miningSchema,
List<Sequence> sequences) |
SupportVectorMachineModel(MiningFunctionType functionName,
MiningSchema miningSchema,
VectorDictionary vectorDictionary,
List<SupportVectorMachine> supportVectorMachines) |
TextModel(MiningFunctionType functionName,
Integer numberOfTerms,
Integer numberOfDocuments,
MiningSchema miningSchema,
TextDictionary textDictionary,
TextCorpus textCorpus,
DocumentTermMatrix documentTermMatrix) |
TimeSeriesModel(MiningFunctionType functionName,
TimeSeriesAlgorithmType bestFit,
MiningSchema miningSchema) |
TreeModel(MiningFunctionType functionName,
MiningSchema miningSchema,
Node node) |
Copyright © 2015 University of Tartu. All Rights Reserved.