public final class ScoreDistribution extends Object
ScoreDistribution
element.Constructor and Description |
---|
ScoreDistribution()
Creates an empty ScoreDistribution element.
|
Modifier and Type | Method and Description |
---|---|
Double |
getConfidence()
Returns the value of the "confidence" attribute.
|
double |
getRecordCount()
Returns the value of the "recordCount" attribute.
|
String |
getValue()
Returns the value of the "value" attribute.
|
void |
setConfidence(Double confidence)
Sets the value of the "confidence" attribute.
|
void |
setRecordCount(double recordCount)
Sets the value of the "recordCount" attribute.
|
void |
setValue(String value)
Sets the value of the "value" attribute.
|
public ScoreDistribution()
public final String getValue()
public final void setValue(String value)
value
- the value of the "value" attribute.public final double getRecordCount()
public final void setRecordCount(double recordCount)
recordCount
- the value of the "recordCount" attribute.public final Double getConfidence()
public final void setConfidence(Double confidence)
confidence
- the value of the "confidence" attribute.Copyright © 2016 Actian Corporation. All rights reserved.