public class ProteinSummaryDataFilter 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_probability" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="sensitivity" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="false_positive_error_rate" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="predicted_num_correct" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="predicted_num_incorrect" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
falsePositiveErrorRate |
protected double |
minProbability |
protected Double |
predictedNumCorrect |
protected Double |
predictedNumIncorrect |
protected double |
sensitivity |
| Constructor and Description |
|---|
ProteinSummaryDataFilter() |
| Modifier and Type | Method and Description |
|---|---|
double |
getFalsePositiveErrorRate()
Gets the value of the falsePositiveErrorRate property.
|
double |
getMinProbability()
Gets the value of the minProbability property.
|
Double |
getPredictedNumCorrect()
Gets the value of the predictedNumCorrect property.
|
Double |
getPredictedNumIncorrect()
Gets the value of the predictedNumIncorrect property.
|
double |
getSensitivity()
Gets the value of the sensitivity property.
|
void |
setFalsePositiveErrorRate(double value)
Sets the value of the falsePositiveErrorRate property.
|
void |
setMinProbability(double value)
Sets the value of the minProbability property.
|
void |
setPredictedNumCorrect(Double value)
Sets the value of the predictedNumCorrect property.
|
void |
setPredictedNumIncorrect(Double value)
Sets the value of the predictedNumIncorrect property.
|
void |
setSensitivity(double value)
Sets the value of the sensitivity property.
|
protected double minProbability
protected double sensitivity
protected double falsePositiveErrorRate
protected Double predictedNumCorrect
protected Double predictedNumIncorrect
public double getMinProbability()
public void setMinProbability(double value)
public double getSensitivity()
public void setSensitivity(double value)
public double getFalsePositiveErrorRate()
public void setFalsePositiveErrorRate(double value)
public Double getPredictedNumCorrect()
Doublepublic void setPredictedNumCorrect(Double value)
value - allowed object is
Doublepublic Double getPredictedNumIncorrect()
DoubleCopyright © 2017. All rights reserved.