| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected Matrix |
Predictor.matrix |
protected Matrix |
Covariances.matrix |
protected Matrix |
CorrelationValues.matrix |
protected Matrix |
CorrelationMethods.matrix |
protected Matrix |
Comparisons.matrix |
protected Matrix |
ConfusionMatrix.matrix |
protected Matrix |
DocumentTermMatrix.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 |
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 |
Comparisons.getMatrix()
Gets the value of the matrix property.
|
Matrix |
ConfusionMatrix.getMatrix()
Gets the value of the matrix property.
|
Matrix |
DocumentTermMatrix.getMatrix()
Gets the value of the matrix property.
|
Matrix |
Matrix.withArrays(Array... values) |
Matrix |
Matrix.withArrays(Collection<Array> values) |
Matrix |
Matrix.withDiagDefault(Double value) |
Matrix |
Matrix.withKind(Matrix.Kind value) |
Matrix |
Matrix.withMatCells(Collection<MatCell> values) |
Matrix |
Matrix.withMatCells(MatCell... values) |
Matrix |
Matrix.withNbCols(Integer value) |
Matrix |
Matrix.withNbRows(Integer value) |
Matrix |
Matrix.withOffDiagDefault(Double value) |
| Modifier and Type | Method and Description |
|---|---|
void |
Predictor.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 |
Comparisons.setMatrix(Matrix value)
Sets the value of the matrix property.
|
void |
ConfusionMatrix.setMatrix(Matrix value)
Sets the value of the matrix property.
|
void |
DocumentTermMatrix.setMatrix(Matrix value)
Sets the value of the matrix property.
|
VisitorAction |
AbstractSimpleVisitor.visit(Matrix matrix) |
VisitorAction |
AbstractVisitor.visit(Matrix matrix) |
VisitorAction |
Visitor.visit(Matrix matrix) |
Predictor |
Predictor.withMatrix(Matrix value) |
Covariances |
Covariances.withMatrix(Matrix value) |
CorrelationValues |
CorrelationValues.withMatrix(Matrix value) |
CorrelationMethods |
CorrelationMethods.withMatrix(Matrix value) |
Comparisons |
Comparisons.withMatrix(Matrix value) |
ConfusionMatrix |
ConfusionMatrix.withMatrix(Matrix value) |
DocumentTermMatrix |
DocumentTermMatrix.withMatrix(Matrix value) |
| Constructor and Description |
|---|
Comparisons(Matrix matrix) |
ConfusionMatrix(ClassLabels classLabels,
Matrix matrix) |
CorrelationMethods(Matrix matrix) |
CorrelationValues(Matrix matrix) |
Covariances(Matrix matrix) |
DocumentTermMatrix(Matrix matrix) |
Copyright © 2014 University of Tartu. All Rights Reserved.