Module datarush.analytics
Class ScoreDistribution
java.lang.Object
com.pervasive.datarush.analytics.decisiontree.ScoreDistribution
Corresponds to the PMML
ScoreDistribution element.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal DoubleReturns the value of the "confidence" attribute.final doubleReturns the value of the "recordCount" attribute.final StringgetValue()Returns the value of the "value" attribute.final voidsetConfidence(Double confidence) Sets the value of the "confidence" attribute.final voidsetRecordCount(double recordCount) Sets the value of the "recordCount" attribute.final voidSets the value of the "value" attribute.
-
Constructor Details
-
ScoreDistribution
public ScoreDistribution()Creates an empty ScoreDistribution element.
-
-
Method Details
-
getValue
Returns the value of the "value" attribute.- Returns:
- the value of the "value" attribute.
-
setValue
Sets the value of the "value" attribute.- Parameters:
value- the value of the "value" attribute.
-
getRecordCount
public final double getRecordCount()Returns the value of the "recordCount" attribute.- Returns:
- the value of the "recordCount" attribute.
-
setRecordCount
public final void setRecordCount(double recordCount) Sets the value of the "recordCount" attribute.- Parameters:
recordCount- the value of the "recordCount" attribute.
-
getConfidence
Returns the value of the "confidence" attribute.- Returns:
- the value of the "confidence" attribute.
-
setConfidence
Sets the value of the "confidence" attribute.- Parameters:
confidence- the value of the "confidence" attribute.
-