- java.lang.Object
-
- com.pervasive.datarush.analytics.stats.BivariateStats
-
public final class BivariateStats extends Object
Object representation of the PMMLBivariateStats
extension element.- See Also:
PMMLSummaryStatisticsModel
-
-
Constructor Summary
Constructors Constructor Description BivariateStats()
Create an empty statistics object
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BivariateNumericInfo
getNumericInfo()
Returns the value of theNumericInfo
sub-element.void
setNumericInfo(BivariateNumericInfo numericInfo)
Sets the value of theNumericInfo
sub-element.
-
-
-
Method Detail
-
getNumericInfo
public BivariateNumericInfo getNumericInfo()
Returns the value of theNumericInfo
sub-element.- Returns:
- the value of the
NumericInfo
sub-element.
-
setNumericInfo
public void setNumericInfo(BivariateNumericInfo numericInfo)
Sets the value of theNumericInfo
sub-element.- Parameters:
numericInfo
- the value of theNumericInfo
sub-element.
-
-