public class BinarySimilarity extends Measure 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_3}Extension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="c00-parameter" use="required" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
<attribute name="c01-parameter" use="required" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
<attribute name="c10-parameter" use="required" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
<attribute name="c11-parameter" use="required" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
<attribute name="d00-parameter" use="required" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
<attribute name="d01-parameter" use="required" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
<attribute name="d10-parameter" use="required" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
<attribute name="d11-parameter" use="required" type="{http://www.dmg.org/PMML-4_3}NUMBER" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
BinarySimilarity() |
BinarySimilarity(double c00Parameter,
double c01Parameter,
double c10Parameter,
double c11Parameter,
double d00Parameter,
double d01Parameter,
double d10Parameter,
double d11Parameter) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
BinarySimilarity |
addExtensions(Extension... extensions) |
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.
|
boolean |
hasExtensions() |
BinarySimilarity |
setC00Parameter(double c00Parameter)
Sets the value of the c00Parameter property.
|
BinarySimilarity |
setC01Parameter(double c01Parameter)
Sets the value of the c01Parameter property.
|
BinarySimilarity |
setC10Parameter(double c10Parameter)
Sets the value of the c10Parameter property.
|
BinarySimilarity |
setC11Parameter(double c11Parameter)
Sets the value of the c11Parameter property.
|
BinarySimilarity |
setD00Parameter(double d00Parameter)
Sets the value of the d00Parameter property.
|
BinarySimilarity |
setD01Parameter(double d01Parameter)
Sets the value of the d01Parameter property.
|
BinarySimilarity |
setD10Parameter(double d10Parameter)
Sets the value of the d10Parameter property.
|
BinarySimilarity |
setD11Parameter(double d11Parameter)
Sets the value of the d11Parameter property.
|
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic BinarySimilarity()
public BinarySimilarity(double c00Parameter,
double c01Parameter,
double c10Parameter,
double c11Parameter,
double d00Parameter,
double d01Parameter,
double d10Parameter,
double d11Parameter)
public double getC00Parameter()
public BinarySimilarity setC00Parameter(double c00Parameter)
public double getC01Parameter()
public BinarySimilarity setC01Parameter(double c01Parameter)
public double getC10Parameter()
public BinarySimilarity setC10Parameter(double c10Parameter)
public double getC11Parameter()
public BinarySimilarity setC11Parameter(double c11Parameter)
public double getD00Parameter()
public BinarySimilarity setD00Parameter(double d00Parameter)
public double getD01Parameter()
public BinarySimilarity setD01Parameter(double d01Parameter)
public double getD10Parameter()
public BinarySimilarity setD10Parameter(double d10Parameter)
public double getD11Parameter()
public BinarySimilarity setD11Parameter(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
getExtensions in interface HasExtensionspublic boolean hasExtensions()
hasExtensions in interface HasExtensionspublic BinarySimilarity addExtensions(Extension... extensions)
public VisitorAction accept(Visitor visitor)
Copyright © 2016 University of Tartu. All rights reserved.