public class LiftData extends PMMLObject implements HasExtensions
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.dmg.org/PMML-4_2}Extension" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}ModelLiftGraph"/>
<element ref="{http://www.dmg.org/PMML-4_2}OptimumLiftGraph" minOccurs="0"/>
<element ref="{http://www.dmg.org/PMML-4_2}RandomLiftGraph" minOccurs="0"/>
</sequence>
<attribute name="targetFieldValue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="targetFieldDisplayValue" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rankingQuality" type="{http://www.dmg.org/PMML-4_2}NUMBER" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Extension> |
extensions |
protected ModelLiftGraph |
modelLiftGraph |
protected OptimumLiftGraph |
optimumLiftGraph |
protected RandomLiftGraph |
randomLiftGraph |
protected java.lang.Double |
rankingQuality |
protected java.lang.String |
targetFieldDisplayValue |
protected java.lang.String |
targetFieldValue |
| Constructor and Description |
|---|
LiftData() |
LiftData(ModelLiftGraph modelLiftGraph) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
java.util.List<Extension> |
getExtensions()
Gets the value of the extensions property.
|
ModelLiftGraph |
getModelLiftGraph()
Gets the value of the modelLiftGraph property.
|
OptimumLiftGraph |
getOptimumLiftGraph()
Gets the value of the optimumLiftGraph property.
|
RandomLiftGraph |
getRandomLiftGraph()
Gets the value of the randomLiftGraph property.
|
java.lang.Double |
getRankingQuality()
Gets the value of the rankingQuality property.
|
java.lang.String |
getTargetFieldDisplayValue()
Gets the value of the targetFieldDisplayValue property.
|
java.lang.String |
getTargetFieldValue()
Gets the value of the targetFieldValue property.
|
boolean |
hasExtensions() |
void |
setModelLiftGraph(ModelLiftGraph value)
Sets the value of the modelLiftGraph property.
|
void |
setOptimumLiftGraph(OptimumLiftGraph value)
Sets the value of the optimumLiftGraph property.
|
void |
setRandomLiftGraph(RandomLiftGraph value)
Sets the value of the randomLiftGraph property.
|
void |
setRankingQuality(java.lang.Double value)
Sets the value of the rankingQuality property.
|
void |
setTargetFieldDisplayValue(java.lang.String value)
Sets the value of the targetFieldDisplayValue property.
|
void |
setTargetFieldValue(java.lang.String value)
Sets the value of the targetFieldValue property.
|
LiftData |
withExtensions(java.util.Collection<Extension> values) |
LiftData |
withExtensions(Extension... values) |
LiftData |
withModelLiftGraph(ModelLiftGraph value) |
LiftData |
withOptimumLiftGraph(OptimumLiftGraph value) |
LiftData |
withRandomLiftGraph(RandomLiftGraph value) |
LiftData |
withRankingQuality(java.lang.Double value) |
LiftData |
withTargetFieldDisplayValue(java.lang.String value) |
LiftData |
withTargetFieldValue(java.lang.String value) |
getLocator, setLocatorprotected java.lang.String targetFieldValue
protected java.lang.String targetFieldDisplayValue
protected java.lang.Double rankingQuality
protected java.util.List<Extension> extensions
protected ModelLiftGraph modelLiftGraph
protected OptimumLiftGraph optimumLiftGraph
protected RandomLiftGraph randomLiftGraph
public LiftData()
public LiftData(ModelLiftGraph modelLiftGraph)
public java.lang.String getTargetFieldValue()
Stringpublic void setTargetFieldValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTargetFieldDisplayValue()
Stringpublic void setTargetFieldDisplayValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getRankingQuality()
Doublepublic void setRankingQuality(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<Extension> getExtensions()
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 extensions property.
For example, to add a new item, do as follows:
getExtensions().add(newItem);
Objects of the following type(s) are allowed in the list
Extension
getExtensions in interface HasExtensionspublic ModelLiftGraph getModelLiftGraph()
ModelLiftGraphpublic void setModelLiftGraph(ModelLiftGraph value)
value - allowed object is
ModelLiftGraphpublic OptimumLiftGraph getOptimumLiftGraph()
OptimumLiftGraphpublic void setOptimumLiftGraph(OptimumLiftGraph value)
value - allowed object is
OptimumLiftGraphpublic RandomLiftGraph getRandomLiftGraph()
RandomLiftGraphpublic void setRandomLiftGraph(RandomLiftGraph value)
value - allowed object is
RandomLiftGraphpublic LiftData withTargetFieldValue(java.lang.String value)
public LiftData withTargetFieldDisplayValue(java.lang.String value)
public LiftData withRankingQuality(java.lang.Double value)
public LiftData withModelLiftGraph(ModelLiftGraph value)
public LiftData withOptimumLiftGraph(OptimumLiftGraph value)
public LiftData withRandomLiftGraph(RandomLiftGraph value)
public boolean hasExtensions()
hasExtensions in interface HasExtensionspublic VisitorAction accept(Visitor visitor)
Copyright © 2015 University of Tartu. All Rights Reserved.