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_2}Extension" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="c00-parameter" use="required" type="{http://www.dmg.org/PMML-4_2}NUMBER" /> <attribute name="c01-parameter" use="required" type="{http://www.dmg.org/PMML-4_2}NUMBER" /> <attribute name="c10-parameter" use="required" type="{http://www.dmg.org/PMML-4_2}NUMBER" /> <attribute name="c11-parameter" use="required" type="{http://www.dmg.org/PMML-4_2}NUMBER" /> <attribute name="d00-parameter" use="required" type="{http://www.dmg.org/PMML-4_2}NUMBER" /> <attribute name="d01-parameter" use="required" type="{http://www.dmg.org/PMML-4_2}NUMBER" /> <attribute name="d10-parameter" use="required" type="{http://www.dmg.org/PMML-4_2}NUMBER" /> <attribute name="d11-parameter" use="required" type="{http://www.dmg.org/PMML-4_2}NUMBER" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
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 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.
|
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.
|
protected double c00Parameter
protected double c01Parameter
protected double c10Parameter
protected double c11Parameter
protected double d00Parameter
protected double d01Parameter
protected double d10Parameter
protected double d11Parameter
public 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
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)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.