org.dmg.pmml.pmml_4_1.descr
Class BinarySimilarity

java.lang.Object
  extended by org.dmg.pmml.pmml_4_1.descr.BinarySimilarity
All Implemented Interfaces:
Serializable

public class BinarySimilarity
extends Object
implements Serializable

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_1}Extension" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="c00-parameter" use="required" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
       <attribute name="c01-parameter" use="required" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
       <attribute name="c10-parameter" use="required" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
       <attribute name="c11-parameter" use="required" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
       <attribute name="d00-parameter" use="required" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
       <attribute name="d01-parameter" use="required" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
       <attribute name="d10-parameter" use="required" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
       <attribute name="d11-parameter" use="required" type="{http://www.dmg.org/PMML-4_1}NUMBER" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  double c00Parameter
           
protected  double c01Parameter
           
protected  double c10Parameter
           
protected  double c11Parameter
           
protected  double d00Parameter
           
protected  double d01Parameter
           
protected  double d10Parameter
           
protected  double d11Parameter
           
protected  List<Extension> extensions
           
 
Constructor Summary
BinarySimilarity()
           
 
Method Summary
 double getC00Parameter()
          Gets the value of the c00Parameter property.
 double getC01Parameter()
          Gets the value of the c01Parameter property.
 double getC10Parameter()
          Gets the value of the c10Parameter property.
 double getC11Parameter()
          Gets the value of the c11Parameter property.
 double getD00Parameter()
          Gets the value of the d00Parameter property.
 double getD01Parameter()
          Gets the value of the d01Parameter property.
 double getD10Parameter()
          Gets the value of the d10Parameter property.
 double getD11Parameter()
          Gets the value of the d11Parameter property.
 List<Extension> getExtensions()
          Gets the value of the extensions property.
 void setC00Parameter(double value)
          Sets the value of the c00Parameter property.
 void setC01Parameter(double value)
          Sets the value of the c01Parameter property.
 void setC10Parameter(double value)
          Sets the value of the c10Parameter property.
 void setC11Parameter(double value)
          Sets the value of the c11Parameter property.
 void setD00Parameter(double value)
          Sets the value of the d00Parameter property.
 void setD01Parameter(double value)
          Sets the value of the d01Parameter property.
 void setD10Parameter(double value)
          Sets the value of the d10Parameter property.
 void setD11Parameter(double value)
          Sets the value of the d11Parameter property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

extensions

protected List<Extension> extensions

c00Parameter

protected double c00Parameter

c01Parameter

protected double c01Parameter

c10Parameter

protected double c10Parameter

c11Parameter

protected double c11Parameter

d00Parameter

protected double d00Parameter

d01Parameter

protected double d01Parameter

d10Parameter

protected double d10Parameter

d11Parameter

protected double d11Parameter
Constructor Detail

BinarySimilarity

public BinarySimilarity()
Method Detail

getExtensions

public List<Extension> getExtensions()
Gets the value of the extensions 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 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


getC00Parameter

public double getC00Parameter()
Gets the value of the c00Parameter property.


setC00Parameter

public void setC00Parameter(double value)
Sets the value of the c00Parameter property.


getC01Parameter

public double getC01Parameter()
Gets the value of the c01Parameter property.


setC01Parameter

public void setC01Parameter(double value)
Sets the value of the c01Parameter property.


getC10Parameter

public double getC10Parameter()
Gets the value of the c10Parameter property.


setC10Parameter

public void setC10Parameter(double value)
Sets the value of the c10Parameter property.


getC11Parameter

public double getC11Parameter()
Gets the value of the c11Parameter property.


setC11Parameter

public void setC11Parameter(double value)
Sets the value of the c11Parameter property.


getD00Parameter

public double getD00Parameter()
Gets the value of the d00Parameter property.


setD00Parameter

public void setD00Parameter(double value)
Sets the value of the d00Parameter property.


getD01Parameter

public double getD01Parameter()
Gets the value of the d01Parameter property.


setD01Parameter

public void setD01Parameter(double value)
Sets the value of the d01Parameter property.


getD10Parameter

public double getD10Parameter()
Gets the value of the d10Parameter property.


setD10Parameter

public void setD10Parameter(double value)
Sets the value of the d10Parameter property.


getD11Parameter

public double getD11Parameter()
Gets the value of the d11Parameter property.


setD11Parameter

public void setD11Parameter(double value)
Sets the value of the d11Parameter property.



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.