| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected Matrix |
Predictor.matrix |
protected Matrix |
DocumentTermMatrix.matrix |
protected Matrix |
Covariances.matrix |
protected Matrix |
CorrelationValues.matrix |
protected Matrix |
CorrelationMethods.matrix |
protected Matrix |
ConfusionMatrix.matrix |
protected Matrix |
Comparisons.matrix |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
ObjectFactory.createMatrix()
Create an instance of
Matrix |
Matrix |
Predictor.getMatrix()
Gets the value of the matrix property.
|
Matrix |
DocumentTermMatrix.getMatrix()
Gets the value of the matrix property.
|
Matrix |
Covariances.getMatrix()
Gets the value of the matrix property.
|
Matrix |
CorrelationValues.getMatrix()
Gets the value of the matrix property.
|
Matrix |
CorrelationMethods.getMatrix()
Gets the value of the matrix property.
|
Matrix |
ConfusionMatrix.getMatrix()
Gets the value of the matrix property.
|
Matrix |
Comparisons.getMatrix()
Gets the value of the matrix property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Predictor.setMatrix(Matrix value)
Sets the value of the matrix property.
|
void |
DocumentTermMatrix.setMatrix(Matrix value)
Sets the value of the matrix property.
|
void |
Covariances.setMatrix(Matrix value)
Sets the value of the matrix property.
|
void |
CorrelationValues.setMatrix(Matrix value)
Sets the value of the matrix property.
|
void |
CorrelationMethods.setMatrix(Matrix value)
Sets the value of the matrix property.
|
void |
ConfusionMatrix.setMatrix(Matrix value)
Sets the value of the matrix property.
|
void |
Comparisons.setMatrix(Matrix value)
Sets the value of the matrix property.
|
VisitorAction |
Visitor.visit(Matrix matrix) |
VisitorAction |
AbstractVisitor.visit(Matrix matrix) |
VisitorAction |
AbstractSimpleVisitor.visit(Matrix matrix) |
| Constructor and Description |
|---|
Comparisons(Matrix matrix) |
ConfusionMatrix(ClassLabels classLabels,
Matrix matrix) |
CorrelationMethods(Matrix matrix) |
CorrelationValues(Matrix matrix) |
Covariances(Matrix matrix) |
DocumentTermMatrix(Matrix matrix) |
Copyright © 2013 University of Tartu. All Rights Reserved.