| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected MiningSchema |
SupportVectorMachineModel.miningSchema |
protected MiningSchema |
RegressionModel.miningSchema |
protected MiningSchema |
NaiveBayesModel.miningSchema |
protected MiningSchema |
RuleSetModel.miningSchema |
protected MiningSchema |
TreeModel.miningSchema |
protected MiningSchema |
BaselineModel.miningSchema |
protected MiningSchema |
Scorecard.miningSchema |
protected MiningSchema |
MiningModel.miningSchema |
protected MiningSchema |
AssociationModel.miningSchema |
protected MiningSchema |
NeuralNetwork.miningSchema |
protected MiningSchema |
GeneralRegressionModel.miningSchema |
protected MiningSchema |
SequenceModel.miningSchema |
protected MiningSchema |
TimeSeriesModel.miningSchema |
protected MiningSchema |
TextModel.miningSchema |
protected MiningSchema |
NearestNeighborModel.miningSchema |
protected MiningSchema |
ClusteringModel.miningSchema |
| Modifier and Type | Method and Description |
|---|---|
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.
|
MiningSchema |
MiningSchema.withExtensions(java.util.Collection<Extension> values) |
MiningSchema |
MiningSchema.withExtensions(Extension... values) |
MiningSchema |
MiningSchema.withMiningFields(java.util.Collection<MiningField> values) |
MiningSchema |
MiningSchema.withMiningFields(MiningField... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
SupportVectorMachineModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
RegressionModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
NaiveBayesModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
RuleSetModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
TreeModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
BaselineModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
Scorecard.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
MiningModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
AssociationModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
abstract void |
Model.setMiningSchema(MiningSchema miningSchema) |
void |
NeuralNetwork.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
GeneralRegressionModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
SequenceModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
TimeSeriesModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
TextModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
NearestNeighborModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
ClusteringModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
VisitorAction |
Visitor.visit(MiningSchema miningSchema) |
SupportVectorMachineModel |
SupportVectorMachineModel.withMiningSchema(MiningSchema value) |
RegressionModel |
RegressionModel.withMiningSchema(MiningSchema value) |
NaiveBayesModel |
NaiveBayesModel.withMiningSchema(MiningSchema value) |
RuleSetModel |
RuleSetModel.withMiningSchema(MiningSchema value) |
TreeModel |
TreeModel.withMiningSchema(MiningSchema value) |
BaselineModel |
BaselineModel.withMiningSchema(MiningSchema value) |
Scorecard |
Scorecard.withMiningSchema(MiningSchema value) |
MiningModel |
MiningModel.withMiningSchema(MiningSchema value) |
AssociationModel |
AssociationModel.withMiningSchema(MiningSchema value) |
NeuralNetwork |
NeuralNetwork.withMiningSchema(MiningSchema value) |
GeneralRegressionModel |
GeneralRegressionModel.withMiningSchema(MiningSchema value) |
SequenceModel |
SequenceModel.withMiningSchema(MiningSchema value) |
TimeSeriesModel |
TimeSeriesModel.withMiningSchema(MiningSchema value) |
TextModel |
TextModel.withMiningSchema(MiningSchema value) |
NearestNeighborModel |
NearestNeighborModel.withMiningSchema(MiningSchema value) |
ClusteringModel |
ClusteringModel.withMiningSchema(MiningSchema value) |
| Constructor and Description |
|---|
AssociationModel(MiningFunctionType functionName,
java.lang.Integer numberOfTransactions,
java.lang.Double minimumSupport,
java.lang.Double minimumConfidence,
java.lang.Integer numberOfItems,
java.lang.Integer numberOfItemsets,
java.lang.Integer numberOfRules,
MiningSchema miningSchema) |
BaselineModel(MiningFunctionType functionName,
MiningSchema miningSchema,
TestDistributions testDistributions) |
ClusteringModel(MiningFunctionType functionName,
ClusteringModel.ModelClass modelClass,
java.lang.Integer numberOfClusters,
MiningSchema miningSchema,
ComparisonMeasure comparisonMeasure,
java.util.List<ClusteringField> clusteringFields,
java.util.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,
java.lang.Integer numberOfNeighbors,
MiningSchema miningSchema,
TrainingInstances trainingInstances,
ComparisonMeasure comparisonMeasure,
KNNInputs knnInputs) |
NeuralNetwork(MiningFunctionType functionName,
ActivationFunctionType activationFunction,
MiningSchema miningSchema,
NeuralInputs neuralInputs,
java.util.List<NeuralLayer> neuralLayers) |
RegressionModel(MiningFunctionType functionName,
MiningSchema miningSchema,
java.util.List<RegressionTable> regressionTables) |
RuleSetModel(MiningFunctionType functionName,
MiningSchema miningSchema,
RuleSet ruleSet) |
Scorecard(MiningFunctionType functionName,
MiningSchema miningSchema,
Characteristics characteristics) |
SequenceModel(MiningFunctionType functionName,
MiningSchema miningSchema,
java.util.List<Sequence> sequences) |
SupportVectorMachineModel(MiningFunctionType functionName,
MiningSchema miningSchema,
VectorDictionary vectorDictionary,
java.util.List<SupportVectorMachine> supportVectorMachines) |
TextModel(MiningFunctionType functionName,
java.lang.Integer numberOfTerms,
java.lang.Integer 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 © 2015 University of Tartu. All Rights Reserved.