public class BinarySimilarity
extends java.lang.Object
Java class for binarySimilarity element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="binarySimilarity"> <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> </element>
Constructor and Description |
---|
BinarySimilarity() |
Modifier and Type | Method and Description |
---|---|
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.
|
java.util.List<Extension> |
getExtension()
Gets the value of the extension 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.
|
public java.util.List<Extension> getExtension()
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
public double getC00Parameter()
public void setC00Parameter(double value)
public double getC01Parameter()
public void setC01Parameter(double value)
public double getC10Parameter()
public void setC10Parameter(double value)
public double getC11Parameter()
public void setC11Parameter(double value)
public double getD00Parameter()
public void setD00Parameter(double value)
public double getD01Parameter()
public void setD01Parameter(double value)
public double getD10Parameter()
public void setD10Parameter(double value)
public double getD11Parameter()
public void setD11Parameter(double value)