| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
PredictiveModelQuality |
PredictiveModelQuality.addExtensions(Extension... extensions) |
PredictiveModelQuality |
ObjectFactory.createPredictiveModelQuality()
Create an instance of
PredictiveModelQuality |
PredictiveModelQuality |
PredictiveModelQuality.setAdjRSquared(Double adjRSquared)
Sets the value of the adjRSquared property.
|
PredictiveModelQuality |
PredictiveModelQuality.setAIC(Double aic)
Sets the value of the aic property.
|
PredictiveModelQuality |
PredictiveModelQuality.setAICc(Double aiCc)
Sets the value of the aiCc property.
|
PredictiveModelQuality |
PredictiveModelQuality.setBIC(Double bic)
Sets the value of the bic property.
|
PredictiveModelQuality |
PredictiveModelQuality.setConfusionMatrix(ConfusionMatrix confusionMatrix)
Sets the value of the confusionMatrix property.
|
PredictiveModelQuality |
PredictiveModelQuality.setDataName(String dataName)
Sets the value of the dataName property.
|
PredictiveModelQuality |
PredictiveModelQuality.setDataUsage(PredictiveModelQuality.DataUsage dataUsage)
Sets the value of the dataUsage property.
|
PredictiveModelQuality |
PredictiveModelQuality.setDegreesOfFreedom(Double degreesOfFreedom)
Sets the value of the degreesOfFreedom property.
|
PredictiveModelQuality |
PredictiveModelQuality.setFStatistic(Double fStatistic)
Sets the value of the fStatistic property.
|
PredictiveModelQuality |
PredictiveModelQuality.setLiftData(LiftData liftData)
Sets the value of the liftData property.
|
PredictiveModelQuality |
PredictiveModelQuality.setMeanAbsoluteError(Double meanAbsoluteError)
Sets the value of the meanAbsoluteError property.
|
PredictiveModelQuality |
PredictiveModelQuality.setMeanError(Double meanError)
Sets the value of the meanError property.
|
PredictiveModelQuality |
PredictiveModelQuality.setMeanSquaredError(Double meanSquaredError)
Sets the value of the meanSquaredError property.
|
PredictiveModelQuality |
PredictiveModelQuality.setNumOfPredictors(Double numOfPredictors)
Sets the value of the numOfPredictors property.
|
PredictiveModelQuality |
PredictiveModelQuality.setNumOfRecords(Double numOfRecords)
Sets the value of the numOfRecords property.
|
PredictiveModelQuality |
PredictiveModelQuality.setNumOfRecordsWeighted(Double numOfRecordsWeighted)
Sets the value of the numOfRecordsWeighted property.
|
PredictiveModelQuality |
PredictiveModelQuality.setROC(ROC roc)
Sets the value of the roc property.
|
PredictiveModelQuality |
PredictiveModelQuality.setRootMeanSquaredError(Double rootMeanSquaredError)
Sets the value of the rootMeanSquaredError property.
|
PredictiveModelQuality |
PredictiveModelQuality.setRSquared(Double rSquared)
Sets the value of the rSquared property.
|
PredictiveModelQuality |
PredictiveModelQuality.setSumSquaredError(Double sumSquaredError)
Sets the value of the sumSquaredError property.
|
PredictiveModelQuality |
PredictiveModelQuality.setSumSquaredRegression(Double sumSquaredRegression)
Sets the value of the sumSquaredRegression property.
|
PredictiveModelQuality |
PredictiveModelQuality.setTargetField(FieldName targetField)
Sets the value of the targetField property.
|
| Modifier and Type | Method and Description |
|---|---|
List<PredictiveModelQuality> |
ModelExplanation.getPredictiveModelQualities()
Gets the value of the predictiveModelQualities property.
|
| Modifier and Type | Method and Description |
|---|---|
ModelExplanation |
ModelExplanation.addPredictiveModelQualities(PredictiveModelQuality... predictiveModelQualities) |
VisitorAction |
Visitor.visit(PredictiveModelQuality predictiveModelQuality) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(PredictiveModelQuality predictiveModelQuality) |
VisitorAction |
AbstractVisitor.visit(PredictiveModelQuality predictiveModelQuality) |
Copyright © 2016 University of Tartu. All Rights Reserved.