| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected MiningSchema |
TreeModel.miningSchema |
protected MiningSchema |
TimeSeriesModel.miningSchema |
protected MiningSchema |
TextModel.miningSchema |
protected MiningSchema |
SupportVectorMachineModel.miningSchema |
protected MiningSchema |
SequenceModel.miningSchema |
protected MiningSchema |
Scorecard.miningSchema |
protected MiningSchema |
RuleSetModel.miningSchema |
protected MiningSchema |
RegressionModel.miningSchema |
protected MiningSchema |
NeuralNetwork.miningSchema |
protected MiningSchema |
NearestNeighborModel.miningSchema |
protected MiningSchema |
NaiveBayesModel.miningSchema |
protected MiningSchema |
MiningModel.miningSchema |
protected MiningSchema |
GeneralRegressionModel.miningSchema |
protected MiningSchema |
ClusteringModel.miningSchema |
protected MiningSchema |
BaselineModel.miningSchema |
protected MiningSchema |
AssociationModel.miningSchema |
| Modifier and Type | Method and Description |
|---|---|
MiningSchema |
ObjectFactory.createMiningSchema()
Create an instance of
MiningSchema |
MiningSchema |
TreeModel.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 |
SupportVectorMachineModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
SequenceModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
Scorecard.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
RuleSetModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
RegressionModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
NeuralNetwork.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
NearestNeighborModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
NaiveBayesModel.getMiningSchema()
Gets the value of the miningSchema property.
|
abstract MiningSchema |
Model.getMiningSchema() |
MiningSchema |
MiningModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
GeneralRegressionModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
ClusteringModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
BaselineModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
AssociationModel.getMiningSchema()
Gets the value of the miningSchema property.
|
MiningSchema |
MiningSchema.withExtensions(Collection<Extension> values) |
MiningSchema |
MiningSchema.withExtensions(Extension... values) |
MiningSchema |
MiningSchema.withMiningFields(Collection<MiningField> values) |
MiningSchema |
MiningSchema.withMiningFields(MiningField... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeModel.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 |
SupportVectorMachineModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
SequenceModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
Scorecard.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
RuleSetModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
RegressionModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
NeuralNetwork.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
NearestNeighborModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
NaiveBayesModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
abstract void |
Model.setMiningSchema(MiningSchema miningSchema) |
void |
MiningModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
GeneralRegressionModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
ClusteringModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
BaselineModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
void |
AssociationModel.setMiningSchema(MiningSchema value)
Sets the value of the miningSchema property.
|
VisitorAction |
Visitor.visit(MiningSchema miningSchema) |
VisitorAction |
AbstractVisitor.visit(MiningSchema miningSchema) |
VisitorAction |
AbstractSimpleVisitor.visit(MiningSchema miningSchema) |
TreeModel |
TreeModel.withMiningSchema(MiningSchema value) |
TimeSeriesModel |
TimeSeriesModel.withMiningSchema(MiningSchema value) |
TextModel |
TextModel.withMiningSchema(MiningSchema value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withMiningSchema(MiningSchema value) |
SequenceModel |
SequenceModel.withMiningSchema(MiningSchema value) |
Scorecard |
Scorecard.withMiningSchema(MiningSchema value) |
RuleSetModel |
RuleSetModel.withMiningSchema(MiningSchema value) |
RegressionModel |
RegressionModel.withMiningSchema(MiningSchema value) |
NeuralNetwork |
NeuralNetwork.withMiningSchema(MiningSchema value) |
NearestNeighborModel |
NearestNeighborModel.withMiningSchema(MiningSchema value) |
NaiveBayesModel |
NaiveBayesModel.withMiningSchema(MiningSchema value) |
MiningModel |
MiningModel.withMiningSchema(MiningSchema value) |
GeneralRegressionModel |
GeneralRegressionModel.withMiningSchema(MiningSchema value) |
ClusteringModel |
ClusteringModel.withMiningSchema(MiningSchema value) |
BaselineModel |
BaselineModel.withMiningSchema(MiningSchema value) |
AssociationModel |
AssociationModel.withMiningSchema(MiningSchema value) |
Copyright © 2014 University of Tartu. All Rights Reserved.