public class ErrorPoint 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="error" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="min_prob" 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 |
| Constructor and Description |
|---|
ErrorPoint() |
| 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.
|
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.
|
protected float error
protected float minProb
protected long numCorr
protected long numIncorr
public float getError()
public void setError(float value)
public float getMinProb()
public void setMinProb(float value)
public long getNumCorr()
public void setNumCorr(long value)
public long getNumIncorr()
public void setNumIncorr(long value)
Copyright © 2017. All rights reserved.