Class LiftData

java.lang.Object
weka.core.pmml.jaxbbindings.LiftData

public class LiftData extends Object

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 Details

    • LiftData

      public LiftData()
  • Method Details

    • getExtension

      public List<Extension> 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

      public ModelLiftGraph getModelLiftGraph()
      Gets the value of the modelLiftGraph property.
      Returns:
      possible object is ModelLiftGraph
    • setModelLiftGraph

      public void setModelLiftGraph(ModelLiftGraph value)
      Sets the value of the modelLiftGraph property.
      Parameters:
      value - allowed object is ModelLiftGraph
    • getOptimumLiftGraph

      public OptimumLiftGraph getOptimumLiftGraph()
      Gets the value of the optimumLiftGraph property.
      Returns:
      possible object is OptimumLiftGraph
    • setOptimumLiftGraph

      public void setOptimumLiftGraph(OptimumLiftGraph value)
      Sets the value of the optimumLiftGraph property.
      Parameters:
      value - allowed object is OptimumLiftGraph
    • getRandomLiftGraph

      public RandomLiftGraph getRandomLiftGraph()
      Gets the value of the randomLiftGraph property.
      Returns:
      possible object is RandomLiftGraph
    • setRandomLiftGraph

      public void setRandomLiftGraph(RandomLiftGraph value)
      Sets the value of the randomLiftGraph property.
      Parameters:
      value - allowed object is RandomLiftGraph
    • getRankingQuality

      public Double getRankingQuality()
      Gets the value of the rankingQuality property.
      Returns:
      possible object is Double
    • setRankingQuality

      public void setRankingQuality(Double value)
      Sets the value of the rankingQuality property.
      Parameters:
      value - allowed object is Double
    • getTargetFieldDisplayValue

      public String getTargetFieldDisplayValue()
      Gets the value of the targetFieldDisplayValue property.
      Returns:
      possible object is String
    • setTargetFieldDisplayValue

      public void setTargetFieldDisplayValue(String value)
      Sets the value of the targetFieldDisplayValue property.
      Parameters:
      value - allowed object is String
    • getTargetFieldValue

      public String getTargetFieldValue()
      Gets the value of the targetFieldValue property.
      Returns:
      possible object is String
    • setTargetFieldValue

      public void setTargetFieldValue(String value)
      Sets the value of the targetFieldValue property.
      Parameters:
      value - allowed object is String