public static class RocErrorDataType.RocDataPoint extends Object
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">
<attribute name="min_prob" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="sensitivity" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="error" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="num_corr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="num_incorr" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
error |
protected float |
minProb |
protected long |
numCorr |
protected long |
numIncorr |
protected float |
sensitivity |
| Constructor and Description |
|---|
RocErrorDataType.RocDataPoint() |
| Modifier and Type | Method and Description |
|---|---|
float |
getError()
Gets the value of the error property.
|
float |
getMinProb()
Gets the value of the minProb property.
|
long |
getNumCorr()
Gets the value of the numCorr property.
|
long |
getNumIncorr()
Gets the value of the numIncorr property.
|
float |
getSensitivity()
Gets the value of the sensitivity property.
|
void |
setError(float value)
Sets the value of the error property.
|
void |
setMinProb(float value)
Sets the value of the minProb property.
|
void |
setNumCorr(long value)
Sets the value of the numCorr property.
|
void |
setNumIncorr(long value)
Sets the value of the numIncorr property.
|
void |
setSensitivity(float value)
Sets the value of the sensitivity property.
|
protected float minProb
protected float sensitivity
protected float error
protected long numCorr
protected long numIncorr
public float getMinProb()
public void setMinProb(float value)
public float getSensitivity()
public void setSensitivity(float value)
public float getError()
public void setError(float value)
public long getNumCorr()
public void setNumCorr(long value)
public long getNumIncorr()
public void setNumIncorr(long value)
Copyright © 2017. All rights reserved.