| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.clustering | |
| org.dmg.pmml.general_regression | |
| org.dmg.pmml.text | |
| 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 |
CorrelationValues.getMatrix() |
Matrix |
CorrelationMethods.getMatrix() |
Matrix |
ConfusionMatrix.getMatrix() |
Matrix |
Matrix.setDiagDefault(Number diagDefault) |
Matrix |
Matrix.setKind(Matrix.Kind kind) |
Matrix |
Matrix.setNbCols(Integer nbCols) |
Matrix |
Matrix.setNbRows(Integer nbRows) |
Matrix |
Matrix.setOffDiagDefault(Number offDiagDefault) |
| Modifier and Type | Method and Description |
|---|---|
CorrelationValues |
CorrelationValues.setMatrix(Matrix matrix) |
CorrelationMethods |
CorrelationMethods.setMatrix(Matrix matrix) |
ConfusionMatrix |
ConfusionMatrix.setMatrix(Matrix matrix) |
VisitorAction |
Visitor.visit(Matrix matrix) |
| Constructor and Description |
|---|
ConfusionMatrix(ClassLabels classLabels,
Matrix matrix) |
CorrelationMethods(Matrix matrix) |
CorrelationValues(Matrix matrix) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Comparisons.getMatrix() |
Matrix |
Covariances.getMatrix() |
| Modifier and Type | Method and Description |
|---|---|
Comparisons |
Comparisons.setMatrix(Matrix matrix) |
Covariances |
Covariances.setMatrix(Matrix matrix) |
| Constructor and Description |
|---|
Comparisons(Matrix matrix) |
Covariances(Matrix matrix) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
Predictor.getMatrix() |
| Modifier and Type | Method and Description |
|---|---|
Predictor |
Predictor.setMatrix(Matrix matrix) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
DocumentTermMatrix.getMatrix() |
| Modifier and Type | Method and Description |
|---|---|
DocumentTermMatrix |
DocumentTermMatrix.setMatrix(Matrix matrix) |
| Constructor and Description |
|---|
DocumentTermMatrix(Matrix matrix) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(Matrix matrix) |
Copyright © 2019 University of Tartu. All rights reserved.