java.lang.Object
com.pervasive.datarush.analytics.stats.BivariateStats
Object representation of the PMML
BivariateStats extension element.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theNumericInfosub-element.voidsetNumericInfo(BivariateNumericInfo numericInfo) Sets the value of theNumericInfosub-element.
-
Constructor Details
-
BivariateStats
public BivariateStats()Create an empty statistics object
-
-
Method Details
-
getNumericInfo
Returns the value of theNumericInfosub-element.- Returns:
- the value of the
NumericInfosub-element.
-
setNumericInfo
Sets the value of theNumericInfosub-element.- Parameters:
numericInfo- the value of theNumericInfosub-element.
-