| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| 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(java.util.Collection<Array> values) |
Matrix |
Matrix.withDiagDefault(java.lang.Double value) |
Matrix |
Matrix.withKind(Matrix.Kind value) |
Matrix |
Matrix.withMatCells(java.util.Collection<MatCell> values) |
Matrix |
Matrix.withMatCells(MatCell... values) |
Matrix |
Matrix.withNbCols(java.lang.Integer value) |
Matrix |
Matrix.withNbRows(java.lang.Integer value) |
Matrix |
Matrix.withOffDiagDefault(java.lang.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 |
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) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(Matrix matrix) |
VisitorAction |
AbstractVisitor.visit(Matrix matrix) |
Copyright © 2015 University of Tartu. All Rights Reserved.