Package weka.core.pmml.jaxbbindings
Class LiftData
java.lang.Object
weka.core.pmml.jaxbbindings.LiftData
Java class for LiftData element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="LiftData"> <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}ModelLiftGraph"/> <element ref="{http://www.dmg.org/PMML-4_1}OptimumLiftGraph" minOccurs="0"/> <element ref="{http://www.dmg.org/PMML-4_1}RandomLiftGraph" minOccurs="0"/> </sequence> <attribute name="rankingQuality" type="{http://www.dmg.org/PMML-4_1}NUMBER" /> <attribute name="targetFieldDisplayValue" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="targetFieldValue" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extension property.Gets the value of the modelLiftGraph property.Gets the value of the optimumLiftGraph property.Gets the value of the randomLiftGraph property.Gets the value of the rankingQuality property.Gets the value of the targetFieldDisplayValue property.Gets the value of the targetFieldValue property.void
setModelLiftGraph
(ModelLiftGraph value) Sets the value of the modelLiftGraph property.void
Sets the value of the optimumLiftGraph property.void
Sets the value of the randomLiftGraph property.void
setRankingQuality
(Double value) Sets the value of the rankingQuality property.void
setTargetFieldDisplayValue
(String value) Sets the value of the targetFieldDisplayValue property.void
setTargetFieldValue
(String value) Sets the value of the targetFieldValue property.
-
Constructor Details
-
LiftData
public LiftData()
-
-
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
-
getModelLiftGraph
Gets the value of the modelLiftGraph property.- Returns:
- possible object is
ModelLiftGraph
-
setModelLiftGraph
Sets the value of the modelLiftGraph property.- Parameters:
value
- allowed object isModelLiftGraph
-
getOptimumLiftGraph
Gets the value of the optimumLiftGraph property.- Returns:
- possible object is
OptimumLiftGraph
-
setOptimumLiftGraph
Sets the value of the optimumLiftGraph property.- Parameters:
value
- allowed object isOptimumLiftGraph
-
getRandomLiftGraph
Gets the value of the randomLiftGraph property.- Returns:
- possible object is
RandomLiftGraph
-
setRandomLiftGraph
Sets the value of the randomLiftGraph property.- Parameters:
value
- allowed object isRandomLiftGraph
-
getRankingQuality
Gets the value of the rankingQuality property.- Returns:
- possible object is
Double
-
setRankingQuality
Sets the value of the rankingQuality property.- Parameters:
value
- allowed object isDouble
-
getTargetFieldDisplayValue
Gets the value of the targetFieldDisplayValue property.- Returns:
- possible object is
String
-
setTargetFieldDisplayValue
Sets the value of the targetFieldDisplayValue property.- Parameters:
value
- allowed object isString
-
getTargetFieldValue
Gets the value of the targetFieldValue property.- Returns:
- possible object is
String
-
setTargetFieldValue
Sets the value of the targetFieldValue property.- Parameters:
value
- allowed object isString
-