java.lang.Object
com.pervasive.datarush.analytics.stats.BivariateNumericInfo
Object representation of the PMML
NumericInfo extension element. This represents
correlation and covariance for a set of fields.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the correlation matrix for the set of fields represented by thisBivariateStats.Returns the covariance matrix for the set of fields represented by thisBivariateStats.Returns the list of fields represented by thisBivariateStats.voidsetCorrelation(PMMLRealMatrix correlation) Sets the correlation matrix for the set of fields represented by thisBivariateStats.voidsetCovariance(PMMLRealMatrix covariance) Sets the covariance matrix for the set of fields represented by thisBivariateStats.voidSets the list of fields represented by thisBivariateStats.
-
Constructor Details
-
BivariateNumericInfo
public BivariateNumericInfo()Create an empty statistics object
-
-
Method Details
-
getFields
Returns the list of fields represented by thisBivariateStats.- Returns:
- the list of fields represented by this
BivariateStats
-
setFields
Sets the list of fields represented by thisBivariateStats.- Parameters:
fields- the list of fields represented by thisBivariateStats
-
getCorrelation
Returns the correlation matrix for the set of fields represented by thisBivariateStats.- Returns:
- the correlation matrix
-
setCorrelation
Sets the correlation matrix for the set of fields represented by thisBivariateStats.- Parameters:
correlation- the correlation matrix
-
getCovariance
Returns the covariance matrix for the set of fields represented by thisBivariateStats.- Returns:
- the covariance matrix
-
setCovariance
Sets the covariance matrix for the set of fields represented by thisBivariateStats.- Parameters:
covariance- the covariance matrix
-