| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Field and Description |
|---|---|
protected ModelExplanation |
SupportVectorMachineModel.modelExplanation |
protected ModelExplanation |
RegressionModel.modelExplanation |
protected ModelExplanation |
NaiveBayesModel.modelExplanation |
protected ModelExplanation |
RuleSetModel.modelExplanation |
protected ModelExplanation |
TreeModel.modelExplanation |
protected ModelExplanation |
BaselineModel.modelExplanation |
protected ModelExplanation |
Scorecard.modelExplanation |
protected ModelExplanation |
MiningModel.modelExplanation |
protected ModelExplanation |
NeuralNetwork.modelExplanation |
protected ModelExplanation |
GeneralRegressionModel.modelExplanation |
protected ModelExplanation |
TimeSeriesModel.modelExplanation |
protected ModelExplanation |
TextModel.modelExplanation |
protected ModelExplanation |
NearestNeighborModel.modelExplanation |
protected ModelExplanation |
ClusteringModel.modelExplanation |
| Modifier and Type | Method and Description |
|---|---|
ModelExplanation |
ObjectFactory.createModelExplanation()
Create an instance of
ModelExplanation |
ModelExplanation |
SupportVectorMachineModel.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
RegressionModel.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
NaiveBayesModel.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
RuleSetModel.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
TreeModel.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
BaselineModel.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
Scorecard.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
MiningModel.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
AssociationModel.getModelExplanation()
Gets the value of the modelExplanation property.
|
abstract ModelExplanation |
Model.getModelExplanation() |
ModelExplanation |
NeuralNetwork.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
GeneralRegressionModel.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
SequenceModel.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
TimeSeriesModel.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
TextModel.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
NearestNeighborModel.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
ClusteringModel.getModelExplanation()
Gets the value of the modelExplanation property.
|
ModelExplanation |
ModelExplanation.withClusteringModelQualities(ClusteringModelQuality... values) |
ModelExplanation |
ModelExplanation.withClusteringModelQualities(java.util.Collection<ClusteringModelQuality> values) |
ModelExplanation |
ModelExplanation.withCorrelations(Correlations value) |
ModelExplanation |
ModelExplanation.withExtensions(java.util.Collection<Extension> values) |
ModelExplanation |
ModelExplanation.withExtensions(Extension... values) |
ModelExplanation |
ModelExplanation.withPredictiveModelQualities(java.util.Collection<PredictiveModelQuality> values) |
ModelExplanation |
ModelExplanation.withPredictiveModelQualities(PredictiveModelQuality... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
SupportVectorMachineModel.setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
RegressionModel.setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
NaiveBayesModel.setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
RuleSetModel.setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
TreeModel.setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
BaselineModel.setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
Scorecard.setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
MiningModel.setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
AssociationModel.setModelExplanation(ModelExplanation modelExplanation)
Sets the value of the modelExplanation property.
|
abstract void |
Model.setModelExplanation(ModelExplanation modelExplanation) |
void |
NeuralNetwork.setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
GeneralRegressionModel.setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
SequenceModel.setModelExplanation(ModelExplanation modelExplanation)
Sets the value of the modelExplanation property.
|
void |
TimeSeriesModel.setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
TextModel.setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
NearestNeighborModel.setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
void |
ClusteringModel.setModelExplanation(ModelExplanation value)
Sets the value of the modelExplanation property.
|
VisitorAction |
Visitor.visit(ModelExplanation modelExplanation) |
SupportVectorMachineModel |
SupportVectorMachineModel.withModelExplanation(ModelExplanation value) |
RegressionModel |
RegressionModel.withModelExplanation(ModelExplanation value) |
NaiveBayesModel |
NaiveBayesModel.withModelExplanation(ModelExplanation value) |
RuleSetModel |
RuleSetModel.withModelExplanation(ModelExplanation value) |
TreeModel |
TreeModel.withModelExplanation(ModelExplanation value) |
BaselineModel |
BaselineModel.withModelExplanation(ModelExplanation value) |
Scorecard |
Scorecard.withModelExplanation(ModelExplanation value) |
MiningModel |
MiningModel.withModelExplanation(ModelExplanation value) |
NeuralNetwork |
NeuralNetwork.withModelExplanation(ModelExplanation value) |
GeneralRegressionModel |
GeneralRegressionModel.withModelExplanation(ModelExplanation value) |
TimeSeriesModel |
TimeSeriesModel.withModelExplanation(ModelExplanation value) |
TextModel |
TextModel.withModelExplanation(ModelExplanation value) |
NearestNeighborModel |
NearestNeighborModel.withModelExplanation(ModelExplanation value) |
ClusteringModel |
ClusteringModel.withModelExplanation(ModelExplanation value) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(ModelExplanation modelExplanation) |
VisitorAction |
AbstractVisitor.visit(ModelExplanation modelExplanation) |
Copyright © 2015 University of Tartu. All Rights Reserved.