Package | Description |
---|---|
org.dmg.pmml.pmml_4_2.descr |
Modifier and Type | Field and Description |
---|---|
protected Matrix |
Comparisons.matrix |
protected Matrix |
Covariances.matrix |
protected Matrix |
DocumentTermMatrix.matrix |
protected Matrix |
Predictor.matrix |
protected Matrix |
CorrelationMethods.matrix |
protected Matrix |
CorrelationValues.matrix |
protected Matrix |
ConfusionMatrix.matrix |
Modifier and Type | Method and Description |
---|---|
Matrix |
ObjectFactory.createMatrix()
Create an instance of
Matrix |
Matrix |
Comparisons.getMatrix()
Gets the value of the matrix property.
|
Matrix |
Covariances.getMatrix()
Gets the value of the matrix property.
|
Matrix |
DocumentTermMatrix.getMatrix()
Gets the value of the matrix property.
|
Matrix |
Predictor.getMatrix()
Gets the value of the matrix property.
|
Matrix |
CorrelationMethods.getMatrix()
Gets the value of the matrix property.
|
Matrix |
CorrelationValues.getMatrix()
Gets the value of the matrix property.
|
Matrix |
ConfusionMatrix.getMatrix()
Gets the value of the matrix property.
|
Modifier and Type | Method and Description |
---|---|
void |
Comparisons.setMatrix(Matrix value)
Sets the value of the matrix property.
|
void |
Covariances.setMatrix(Matrix value)
Sets the value of the matrix property.
|
void |
DocumentTermMatrix.setMatrix(Matrix value)
Sets the value of the matrix property.
|
void |
Predictor.setMatrix(Matrix value)
Sets the value of the matrix property.
|
void |
CorrelationMethods.setMatrix(Matrix value)
Sets the value of the matrix property.
|
void |
CorrelationValues.setMatrix(Matrix value)
Sets the value of the matrix property.
|
void |
ConfusionMatrix.setMatrix(Matrix value)
Sets the value of the matrix property.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.