- java.lang.Object
-
- com.pervasive.datarush.analytics.stats.BivariateStats
-
public final class BivariateStats extends Object
Object representation of the PMMLBivariateStatsextension 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 BivariateNumericInfogetNumericInfo()Returns the value of theNumericInfosub-element.voidsetNumericInfo(BivariateNumericInfo numericInfo)Sets the value of theNumericInfosub-element.
-
-
-
Method Detail
-
getNumericInfo
public BivariateNumericInfo getNumericInfo()
Returns the value of theNumericInfosub-element.- Returns:
- the value of the
NumericInfosub-element.
-
setNumericInfo
public void setNumericInfo(BivariateNumericInfo numericInfo)
Sets the value of theNumericInfosub-element.- Parameters:
numericInfo- the value of theNumericInfosub-element.
-
-