| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Matrix.addArrays(Array... arrays) |
Matrix |
Matrix.addMatCells(MatCell... matCells) |
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.setDiagDefault(Double diagDefault)
Sets the value of the diagDefault property.
|
Matrix |
Matrix.setKind(Matrix.Kind kind)
Sets the value of the kind property.
|
Matrix |
Matrix.setNbCols(Integer nbCols)
Sets the value of the nbCols property.
|
Matrix |
Matrix.setNbRows(Integer nbRows)
Sets the value of the nbRows property.
|
Matrix |
Matrix.setOffDiagDefault(Double offDiagDefault)
Sets the value of the offDiagDefault property.
|
| Modifier and Type | Method and Description |
|---|---|
Predictor |
Predictor.setMatrix(Matrix matrix)
Sets the value of the matrix property.
|
Covariances |
Covariances.setMatrix(Matrix matrix)
Sets the value of the matrix property.
|
CorrelationValues |
CorrelationValues.setMatrix(Matrix matrix)
Sets the value of the matrix property.
|
CorrelationMethods |
CorrelationMethods.setMatrix(Matrix matrix)
Sets the value of the matrix property.
|
Comparisons |
Comparisons.setMatrix(Matrix matrix)
Sets the value of the matrix property.
|
ConfusionMatrix |
ConfusionMatrix.setMatrix(Matrix matrix)
Sets the value of the matrix property.
|
DocumentTermMatrix |
DocumentTermMatrix.setMatrix(Matrix matrix)
Sets the value of the matrix property.
|
VisitorAction |
Visitor.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) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(Matrix matrix) |
VisitorAction |
AbstractVisitor.visit(Matrix matrix) |
Copyright © 2016 University of Tartu. All Rights Reserved.