| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected ModelStats |
TreeModel.modelStats |
protected ModelStats |
TimeSeriesModel.modelStats |
protected ModelStats |
TextModel.modelStats |
protected ModelStats |
SupportVectorMachineModel.modelStats |
protected ModelStats |
SequenceModel.modelStats |
protected ModelStats |
Scorecard.modelStats |
protected ModelStats |
RuleSetModel.modelStats |
protected ModelStats |
RegressionModel.modelStats |
protected ModelStats |
Regression.modelStats |
protected ModelStats |
NeuralNetwork.modelStats |
protected ModelStats |
NearestNeighborModel.modelStats |
protected ModelStats |
NaiveBayesModel.modelStats |
protected ModelStats |
MiningModel.modelStats |
protected ModelStats |
GeneralRegressionModel.modelStats |
protected ModelStats |
DecisionTree.modelStats |
protected ModelStats |
ClusteringModel.modelStats |
protected ModelStats |
BaselineModel.modelStats |
protected ModelStats |
AssociationModel.modelStats |
| Modifier and Type | Method and Description |
|---|---|
ModelStats |
ObjectFactory.createModelStats()
Create an instance of
ModelStats |
ModelStats |
TreeModel.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
TimeSeriesModel.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
TextModel.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
SupportVectorMachineModel.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
SequenceModel.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
Scorecard.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
RuleSetModel.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
RegressionModel.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
Regression.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
NeuralNetwork.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
NearestNeighborModel.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
NaiveBayesModel.getModelStats()
Gets the value of the modelStats property.
|
abstract ModelStats |
Model.getModelStats() |
ModelStats |
MiningModel.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
GeneralRegressionModel.getModelStats()
Gets the value of the modelStats property.
|
abstract ModelStats |
EmbeddedModel.getModelStats() |
ModelStats |
DecisionTree.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
ClusteringModel.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
BaselineModel.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
AssociationModel.getModelStats()
Gets the value of the modelStats property.
|
ModelStats |
ModelStats.withExtensions(Collection<Extension> values) |
ModelStats |
ModelStats.withExtensions(Extension... values) |
ModelStats |
ModelStats.withMultivariateStats(Collection<MultivariateStats> values) |
ModelStats |
ModelStats.withMultivariateStats(MultivariateStats... values) |
ModelStats |
ModelStats.withUnivariateStats(Collection<UnivariateStats> values) |
ModelStats |
ModelStats.withUnivariateStats(UnivariateStats... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeModel.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
TimeSeriesModel.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
TextModel.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
SupportVectorMachineModel.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
SequenceModel.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
Scorecard.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
RuleSetModel.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
RegressionModel.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
Regression.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
NeuralNetwork.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
NearestNeighborModel.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
NaiveBayesModel.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
abstract void |
Model.setModelStats(ModelStats modelStats) |
void |
MiningModel.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
GeneralRegressionModel.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
abstract void |
EmbeddedModel.setModelStats(ModelStats modelStats) |
void |
DecisionTree.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
ClusteringModel.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
BaselineModel.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
void |
AssociationModel.setModelStats(ModelStats value)
Sets the value of the modelStats property.
|
VisitorAction |
Visitor.visit(ModelStats modelStats) |
VisitorAction |
AbstractVisitor.visit(ModelStats modelStats) |
VisitorAction |
AbstractSimpleVisitor.visit(ModelStats modelStats) |
TreeModel |
TreeModel.withModelStats(ModelStats value) |
TimeSeriesModel |
TimeSeriesModel.withModelStats(ModelStats value) |
TextModel |
TextModel.withModelStats(ModelStats value) |
SupportVectorMachineModel |
SupportVectorMachineModel.withModelStats(ModelStats value) |
SequenceModel |
SequenceModel.withModelStats(ModelStats value) |
Scorecard |
Scorecard.withModelStats(ModelStats value) |
RuleSetModel |
RuleSetModel.withModelStats(ModelStats value) |
RegressionModel |
RegressionModel.withModelStats(ModelStats value) |
Regression |
Regression.withModelStats(ModelStats value) |
NeuralNetwork |
NeuralNetwork.withModelStats(ModelStats value) |
NearestNeighborModel |
NearestNeighborModel.withModelStats(ModelStats value) |
NaiveBayesModel |
NaiveBayesModel.withModelStats(ModelStats value) |
MiningModel |
MiningModel.withModelStats(ModelStats value) |
GeneralRegressionModel |
GeneralRegressionModel.withModelStats(ModelStats value) |
DecisionTree |
DecisionTree.withModelStats(ModelStats value) |
ClusteringModel |
ClusteringModel.withModelStats(ModelStats value) |
BaselineModel |
BaselineModel.withModelStats(ModelStats value) |
AssociationModel |
AssociationModel.withModelStats(ModelStats value) |
Copyright © 2014 University of Tartu. All Rights Reserved.