Package | Description |
---|---|
com.pervasive.datarush.analytics.pmml |
Provides shared and base classes for PMML model representation of Analytics algorithms.
|
com.pervasive.datarush.analytics.stats |
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Number> |
PMMLRealMatrix.dense(Class<?> type)
Creates a new dense matrix
|
static <T extends Number> |
PMMLRealMatrix.diagonal(Class<?> type)
Creates a new diagonal matrix.
|
abstract PMMLRealMatrix<T> |
PMMLRealMatrix.ensureSize(int numRows,
int numCols)
Sizes the matrix to the given number of rows and columns
|
static <T extends Number> |
PMMLRealMatrix.parse(Element e)
Parses the given matrix element
|
static <T extends Number> |
PMMLRealMatrix.sparse(T diagDefault,
T offDiagDefault)
Creates a new sparse matrix
|
static <T extends Number> |
PMMLRealMatrix.symmetric(Class<?> type)
Creates a new symmetric matrix.
|
Modifier and Type | Method and Description |
---|---|
PMMLRealMatrix |
BivariateNumericInfo.getCorrelation()
Returns the correlation matrix for the set of fields represented by this
BivariateStats . |
PMMLRealMatrix |
BivariateNumericInfo.getCovariance()
Returns the covariance matrix for the set of fields represented by this
BivariateStats . |
Modifier and Type | Method and Description |
---|---|
void |
BivariateNumericInfo.setCorrelation(PMMLRealMatrix correlation)
Sets the correlation matrix for the set of fields represented by this
BivariateStats . |
void |
BivariateNumericInfo.setCovariance(PMMLRealMatrix covariance)
Sets the covariance matrix for the set of fields represented by this
BivariateStats . |
Copyright © 2016 Actian Corporation. All rights reserved.