Package weka.core.pmml.jaxbbindings
Class ROC
java.lang.Object
weka.core.pmml.jaxbbindings.ROC
Java class for ROC element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="ROC"> <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}ROCGraph"/> </sequence> <attribute name="negativeTargetFieldDisplayValue" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="negativeTargetFieldValue" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="positiveTargetFieldDisplayValue" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="positiveTargetFieldValue" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the extension property.Gets the value of the negativeTargetFieldDisplayValue property.Gets the value of the negativeTargetFieldValue property.Gets the value of the positiveTargetFieldDisplayValue property.Gets the value of the positiveTargetFieldValue property.Gets the value of the rocGraph property.void
Sets the value of the negativeTargetFieldDisplayValue property.void
Sets the value of the negativeTargetFieldValue property.void
Sets the value of the positiveTargetFieldDisplayValue property.void
Sets the value of the positiveTargetFieldValue property.void
setROCGraph
(ROCGraph value) Sets the value of the rocGraph property.
-
Constructor Details
-
ROC
public ROC()
-
-
Method Details
-
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
-
getROCGraph
Gets the value of the rocGraph property.- Returns:
- possible object is
ROCGraph
-
setROCGraph
Sets the value of the rocGraph property.- Parameters:
value
- allowed object isROCGraph
-
getNegativeTargetFieldDisplayValue
Gets the value of the negativeTargetFieldDisplayValue property.- Returns:
- possible object is
String
-
setNegativeTargetFieldDisplayValue
Sets the value of the negativeTargetFieldDisplayValue property.- Parameters:
value
- allowed object isString
-
getNegativeTargetFieldValue
Gets the value of the negativeTargetFieldValue property.- Returns:
- possible object is
String
-
setNegativeTargetFieldValue
Sets the value of the negativeTargetFieldValue property.- Parameters:
value
- allowed object isString
-
getPositiveTargetFieldDisplayValue
Gets the value of the positiveTargetFieldDisplayValue property.- Returns:
- possible object is
String
-
setPositiveTargetFieldDisplayValue
Sets the value of the positiveTargetFieldDisplayValue property.- Parameters:
value
- allowed object isString
-
getPositiveTargetFieldValue
Gets the value of the positiveTargetFieldValue property.- Returns:
- possible object is
String
-
setPositiveTargetFieldValue
Sets the value of the positiveTargetFieldValue property.- Parameters:
value
- allowed object isString
-