| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
MiningSchema.addExtensions(Extension... extensions) |
MiningSchema |
MiningSchema.addMiningFields(MiningField... miningFields) |
MiningSchema |
ObjectFactory.createMiningSchema()
Create an instance of
MiningSchema |
MiningSchema |
SupportVectorMachineModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
RegressionModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
NaiveBayesModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
RuleSetModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
TreeModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
BaselineModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
Scorecard.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
MiningModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
AssociationModel.getMiningSchema()
Gets the value of the miningSchema property.
|
abstract MiningSchema |
Model.getMiningSchema() |
MiningSchema |
NeuralNetwork.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
GeneralRegressionModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
SequenceModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
TimeSeriesModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
TextModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
NearestNeighborModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
ClusteringModel.getMiningSchema()
Gets the value of the miningSchema property.
|
| Modifier and Type | Method and Description |
|---|---|
SupportVectorMachineModel |
SupportVectorMachineModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
RegressionModel |
RegressionModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
NaiveBayesModel |
NaiveBayesModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
RuleSetModel |
RuleSetModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
TreeModel |
TreeModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
BaselineModel |
BaselineModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
Scorecard |
Scorecard.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
MiningModel |
MiningModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
AssociationModel |
AssociationModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
abstract Model |
Model.setMiningSchema(MiningSchema miningSchema) |
NeuralNetwork |
NeuralNetwork.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
GeneralRegressionModel |
GeneralRegressionModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
SequenceModel |
SequenceModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
TimeSeriesModel |
TimeSeriesModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
TextModel |
TextModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
NearestNeighborModel |
NearestNeighborModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
ClusteringModel |
ClusteringModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
VisitorAction |
Visitor.visit(MiningSchema miningSchema) |
| Constructor and Description |
|---|
AssociationModel(MiningFunctionType functionName,
int numberOfTransactions,
double minimumSupport,
double minimumConfidence,
int numberOfItems,
int numberOfItemsets,
int numberOfRules,
MiningSchema miningSchema) |
BaselineModel(MiningFunctionType functionName,
MiningSchema miningSchema,
TestDistributions testDistributions) |
ClusteringModel(MiningFunctionType functionName,
ClusteringModel.ModelClass modelClass,
int numberOfClusters,
MiningSchema miningSchema,
ComparisonMeasure comparisonMeasure,
List<ClusteringField> clusteringFields,
List<Cluster> clusters) |
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,
int numberOfNeighbors,
MiningSchema miningSchema,
TrainingInstances trainingInstances,
ComparisonMeasure comparisonMeasure,
KNNInputs knnInputs) |
NeuralNetwork(MiningFunctionType functionName,
ActivationFunctionType activationFunction,
MiningSchema miningSchema,
NeuralInputs neuralInputs,
List<NeuralLayer> neuralLayers) |
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,
int numberOfItems,
int numberOfSets,
int numberOfSequences,
int numberOfRules,
MiningSchema miningSchema,
List<Sequence> sequences) |
SupportVectorMachineModel(MiningFunctionType functionName,
MiningSchema miningSchema,
VectorDictionary vectorDictionary,
List<SupportVectorMachine> supportVectorMachines) |
TextModel(MiningFunctionType functionName,
int numberOfTerms,
int numberOfDocuments,
MiningSchema miningSchema,
TextDictionary textDictionary,
TextCorpus textCorpus,
DocumentTermMatrix documentTermMatrix) |
TimeSeriesModel(MiningFunctionType functionName,
TimeSeriesAlgorithmType bestFit,
MiningSchema miningSchema) |
TreeModel(MiningFunctionType functionName,
MiningSchema miningSchema,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(MiningSchema miningSchema) |
VisitorAction |
AbstractVisitor.visit(MiningSchema miningSchema) |
Copyright © 2016 University of Tartu. All Rights Reserved.