| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.clustering | |
| org.dmg.pmml.general_regression | |
| org.dmg.pmml.text | |
| org.dmg.pmml.time_series | |
| 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 |
CorrelationValues.requireMatrix() |
Matrix |
CorrelationMethods.requireMatrix() |
Matrix |
ConfusionMatrix.requireMatrix() |
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() |
Matrix |
Comparisons.requireMatrix() |
Matrix |
Covariances.requireMatrix() |
| 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() |
Matrix |
DocumentTermMatrix.requireMatrix() |
| Modifier and Type | Method and Description |
|---|---|
DocumentTermMatrix |
DocumentTermMatrix.setMatrix(Matrix matrix) |
| Constructor and Description |
|---|
DocumentTermMatrix(Matrix matrix) |
| Modifier and Type | Method and Description |
|---|---|
Matrix |
TransitionMatrix.getMatrix() |
Matrix |
PredictedStateCovarianceMatrix.getMatrix() |
Matrix |
FinalOmega.getMatrix() |
Matrix |
MeasurementMatrix.getMatrix() |
Matrix |
SelectedStateCovarianceMatrix.getMatrix() |
Matrix |
ObservationVarianceMatrix.getMatrix() |
Matrix |
TransitionMatrix.requireMatrix() |
Matrix |
PredictedStateCovarianceMatrix.requireMatrix() |
Matrix |
FinalOmega.requireMatrix() |
Matrix |
MeasurementMatrix.requireMatrix() |
Matrix |
SelectedStateCovarianceMatrix.requireMatrix() |
Matrix |
ObservationVarianceMatrix.requireMatrix() |
| Modifier and Type | Method and Description |
|---|---|
TransitionMatrix |
TransitionMatrix.setMatrix(Matrix matrix) |
PredictedStateCovarianceMatrix |
PredictedStateCovarianceMatrix.setMatrix(Matrix matrix) |
FinalOmega |
FinalOmega.setMatrix(Matrix matrix) |
MeasurementMatrix |
MeasurementMatrix.setMatrix(Matrix matrix) |
SelectedStateCovarianceMatrix |
SelectedStateCovarianceMatrix.setMatrix(Matrix matrix) |
ObservationVarianceMatrix |
ObservationVarianceMatrix.setMatrix(Matrix matrix) |
| Constructor and Description |
|---|
FinalOmega(Matrix matrix) |
MeasurementMatrix(Matrix matrix) |
ObservationVarianceMatrix(Matrix matrix) |
PredictedStateCovarianceMatrix(Matrix matrix) |
SelectedStateCovarianceMatrix(Matrix matrix) |
TransitionMatrix(Matrix matrix) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractVisitor.visit(Matrix matrix) |
Copyright © 2022. All rights reserved.