Class BivariateStats

java.lang.Object
com.pervasive.datarush.analytics.stats.BivariateStats

public final class BivariateStats extends Object
Object representation of the PMML BivariateStats extension element.
See Also:
  • Constructor Details

    • BivariateStats

      public BivariateStats()
      Create an empty statistics object
  • Method Details

    • getNumericInfo

      public BivariateNumericInfo getNumericInfo()
      Returns the value of the NumericInfo sub-element.
      Returns:
      the value of the NumericInfo sub-element.
    • setNumericInfo

      public void setNumericInfo(BivariateNumericInfo numericInfo)
      Sets the value of the NumericInfo sub-element.
      Parameters:
      numericInfo - the value of the NumericInfo sub-element.