Package weka.core.pmml.jaxbbindings
Class PredictiveModelQuality
java.lang.Object
weka.core.pmml.jaxbbindings.PredictiveModelQuality
Java class for PredictiveModelQuality element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="PredictiveModelQuality"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.dmg.org/PMML-4_1}Extension" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.dmg.org/PMML-4_1}ConfusionMatrix" minOccurs="0"/> <element ref="{http://www.dmg.org/PMML-4_1}LiftData" minOccurs="0"/> <element ref="{http://www.dmg.org/PMML-4_1}ROC" minOccurs="0"/> </sequence> <attribute name="AIC" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="AICc" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="BIC" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="adj-r-squared" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="dataName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="dataUsage" default="training"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="training"/> <enumeration value="test"/> <enumeration value="validation"/> </restriction> </simpleType> </attribute> <attribute name="degreesOfFreedom" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="fStatistic" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="meanAbsoluteError" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="meanError" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="meanSquaredError" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="numOfPredictors" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="numOfRecords" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="numOfRecordsWeighted" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="r-squared" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="rootMeanSquaredError" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="sumSquaredError" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="sumSquaredRegression" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="targetField" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the adjRSquared property.getAIC()
Gets the value of the aic property.getAICc()
Gets the value of the aiCc property.getBIC()
Gets the value of the bic property.Gets the value of the confusionMatrix property.Gets the value of the dataName property.Gets the value of the dataUsage property.Gets the value of the degreesOfFreedom property.Gets the value of the extension property.Gets the value of the fStatistic property.Gets the value of the liftData property.Gets the value of the meanAbsoluteError property.Gets the value of the meanError property.Gets the value of the meanSquaredError property.Gets the value of the numOfPredictors property.Gets the value of the numOfRecords property.Gets the value of the numOfRecordsWeighted property.getROC()
Gets the value of the roc property.Gets the value of the rootMeanSquaredError property.Gets the value of the rSquared property.Gets the value of the sumSquaredError property.Gets the value of the sumSquaredRegression property.Gets the value of the targetField property.void
setAdjRSquared
(Double value) Sets the value of the adjRSquared property.void
Sets the value of the aic property.void
Sets the value of the aiCc property.void
Sets the value of the bic property.void
Sets the value of the confusionMatrix property.void
setDataName
(String value) Sets the value of the dataName property.void
setDataUsage
(String value) Sets the value of the dataUsage property.void
setDegreesOfFreedom
(Double value) Sets the value of the degreesOfFreedom property.void
setFStatistic
(Double value) Sets the value of the fStatistic property.void
setLiftData
(LiftData value) Sets the value of the liftData property.void
setMeanAbsoluteError
(Double value) Sets the value of the meanAbsoluteError property.void
setMeanError
(Double value) Sets the value of the meanError property.void
setMeanSquaredError
(Double value) Sets the value of the meanSquaredError property.void
setNumOfPredictors
(Double value) Sets the value of the numOfPredictors property.void
setNumOfRecords
(Double value) Sets the value of the numOfRecords property.void
setNumOfRecordsWeighted
(Double value) Sets the value of the numOfRecordsWeighted property.void
Sets the value of the roc property.void
setRootMeanSquaredError
(Double value) Sets the value of the rootMeanSquaredError property.void
setRSquared
(Double value) Sets the value of the rSquared property.void
setSumSquaredError
(Double value) Sets the value of the sumSquaredError property.void
setSumSquaredRegression
(Double value) Sets the value of the sumSquaredRegression property.void
setTargetField
(String value) Sets the value of the targetField property.
-
Constructor Details
-
PredictiveModelQuality
public PredictiveModelQuality()
-
-
Method Details
-
getExtension
Gets the value of the extension property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the extension property.For example, to add a new item, do as follows:
getExtension().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
-
getConfusionMatrix
Gets the value of the confusionMatrix property.- Returns:
- possible object is
ConfusionMatrix
-
setConfusionMatrix
Sets the value of the confusionMatrix property.- Parameters:
value
- allowed object isConfusionMatrix
-
getLiftData
Gets the value of the liftData property.- Returns:
- possible object is
LiftData
-
setLiftData
Sets the value of the liftData property.- Parameters:
value
- allowed object isLiftData
-
getROC
Gets the value of the roc property.- Returns:
- possible object is
ROC
-
setROC
Sets the value of the roc property.- Parameters:
value
- allowed object isROC
-
getAIC
Gets the value of the aic property.- Returns:
- possible object is
Double
-
setAIC
Sets the value of the aic property.- Parameters:
value
- allowed object isDouble
-
getAICc
Gets the value of the aiCc property.- Returns:
- possible object is
Double
-
setAICc
Sets the value of the aiCc property.- Parameters:
value
- allowed object isDouble
-
getBIC
Gets the value of the bic property.- Returns:
- possible object is
Double
-
setBIC
Sets the value of the bic property.- Parameters:
value
- allowed object isDouble
-
getAdjRSquared
Gets the value of the adjRSquared property.- Returns:
- possible object is
Double
-
setAdjRSquared
Sets the value of the adjRSquared property.- Parameters:
value
- allowed object isDouble
-
getDataName
Gets the value of the dataName property.- Returns:
- possible object is
String
-
setDataName
Sets the value of the dataName property.- Parameters:
value
- allowed object isString
-
getDataUsage
Gets the value of the dataUsage property.- Returns:
- possible object is
String
-
setDataUsage
Sets the value of the dataUsage property.- Parameters:
value
- allowed object isString
-
getDegreesOfFreedom
Gets the value of the degreesOfFreedom property.- Returns:
- possible object is
Double
-
setDegreesOfFreedom
Sets the value of the degreesOfFreedom property.- Parameters:
value
- allowed object isDouble
-
getFStatistic
Gets the value of the fStatistic property.- Returns:
- possible object is
Double
-
setFStatistic
Sets the value of the fStatistic property.- Parameters:
value
- allowed object isDouble
-
getMeanAbsoluteError
Gets the value of the meanAbsoluteError property.- Returns:
- possible object is
Double
-
setMeanAbsoluteError
Sets the value of the meanAbsoluteError property.- Parameters:
value
- allowed object isDouble
-
getMeanError
Gets the value of the meanError property.- Returns:
- possible object is
Double
-
setMeanError
Sets the value of the meanError property.- Parameters:
value
- allowed object isDouble
-
getMeanSquaredError
Gets the value of the meanSquaredError property.- Returns:
- possible object is
Double
-
setMeanSquaredError
Sets the value of the meanSquaredError property.- Parameters:
value
- allowed object isDouble
-
getNumOfPredictors
Gets the value of the numOfPredictors property.- Returns:
- possible object is
Double
-
setNumOfPredictors
Sets the value of the numOfPredictors property.- Parameters:
value
- allowed object isDouble
-
getNumOfRecords
Gets the value of the numOfRecords property.- Returns:
- possible object is
Double
-
setNumOfRecords
Sets the value of the numOfRecords property.- Parameters:
value
- allowed object isDouble
-
getNumOfRecordsWeighted
Gets the value of the numOfRecordsWeighted property.- Returns:
- possible object is
Double
-
setNumOfRecordsWeighted
Sets the value of the numOfRecordsWeighted property.- Parameters:
value
- allowed object isDouble
-
getRSquared
Gets the value of the rSquared property.- Returns:
- possible object is
Double
-
setRSquared
Sets the value of the rSquared property.- Parameters:
value
- allowed object isDouble
-
getRootMeanSquaredError
Gets the value of the rootMeanSquaredError property.- Returns:
- possible object is
Double
-
setRootMeanSquaredError
Sets the value of the rootMeanSquaredError property.- Parameters:
value
- allowed object isDouble
-
getSumSquaredError
Gets the value of the sumSquaredError property.- Returns:
- possible object is
Double
-
setSumSquaredError
Sets the value of the sumSquaredError property.- Parameters:
value
- allowed object isDouble
-
getSumSquaredRegression
Gets the value of the sumSquaredRegression property.- Returns:
- possible object is
Double
-
setSumSquaredRegression
Sets the value of the sumSquaredRegression property.- Parameters:
value
- allowed object isDouble
-
getTargetField
Gets the value of the targetField property.- Returns:
- possible object is
String
-
setTargetField
Sets the value of the targetField property.- Parameters:
value
- allowed object isString
-