public final class BivariateNumericInfo extends Object
NumericInfo extension element. This represents
correlation and covariance for a set of fields.PMMLSummaryStatisticsModel| Constructor and Description |
|---|
BivariateNumericInfo()
Create an empty statistics object
|
| Modifier and Type | Method and Description |
|---|---|
PMMLRealMatrix |
getCorrelation()
Returns the correlation matrix for the set of fields represented by this
BivariateStats. |
PMMLRealMatrix |
getCovariance()
Returns the covariance matrix for the set of fields represented by this
BivariateStats. |
List<String> |
getFields()
Returns the list of fields represented by this
BivariateStats. |
void |
setCorrelation(PMMLRealMatrix correlation)
Sets the correlation matrix for the set of fields represented by this
BivariateStats. |
void |
setCovariance(PMMLRealMatrix covariance)
Sets the covariance matrix for the set of fields represented by this
BivariateStats. |
void |
setFields(List<String> fields)
Sets the list of fields represented by this
BivariateStats. |
public BivariateNumericInfo()
public List<String> getFields()
BivariateStats.BivariateStatspublic void setFields(List<String> fields)
BivariateStats.fields - the list of fields represented by this BivariateStatspublic PMMLRealMatrix getCorrelation()
BivariateStats.public void setCorrelation(PMMLRealMatrix correlation)
BivariateStats.correlation - the correlation matrixpublic PMMLRealMatrix getCovariance()
BivariateStats.public void setCovariance(PMMLRealMatrix covariance)
BivariateStats.covariance - the covariance matrixCopyright © 2021 Actian Corporation. All rights reserved.