Uses of Class
org.dmg.pmml.Matrix
-
Packages that use Matrix 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 -
-
Uses of Matrix in org.dmg.pmml
Methods in org.dmg.pmml that return Matrix Modifier and Type Method Description MatrixMatrix. addArrays(Array... arrays)MatrixMatrix. addMatCells(MatCell... matCells)MatrixObjectFactory. createMatrix()Create an instance ofMatrixMatrixConfusionMatrix. getMatrix()MatrixCorrelationMethods. getMatrix()MatrixCorrelationValues. getMatrix()MatrixHasMatrix. getMatrix()MatrixConfusionMatrix. requireMatrix()MatrixCorrelationMethods. requireMatrix()MatrixCorrelationValues. requireMatrix()MatrixHasRequiredMatrix. requireMatrix()MatrixMatrix. setDiagDefault(java.lang.Number diagDefault)MatrixMatrix. setKind(Matrix.Kind kind)MatrixMatrix. setNbCols(java.lang.Integer nbCols)MatrixMatrix. setNbRows(java.lang.Integer nbRows)MatrixMatrix. setOffDiagDefault(java.lang.Number offDiagDefault)Methods in org.dmg.pmml with parameters of type Matrix Modifier and Type Method Description ConfusionMatrixConfusionMatrix. setMatrix(Matrix matrix)CorrelationMethodsCorrelationMethods. setMatrix(Matrix matrix)CorrelationValuesCorrelationValues. setMatrix(Matrix matrix)EHasMatrix. setMatrix(Matrix matrix)VisitorActionVisitor. visit(Matrix matrix)Constructors in org.dmg.pmml with parameters of type Matrix Constructor Description ConfusionMatrix(ClassLabels classLabels, Matrix matrix)CorrelationMethods(Matrix matrix)CorrelationValues(Matrix matrix) -
Uses of Matrix in org.dmg.pmml.clustering
Methods in org.dmg.pmml.clustering that return Matrix Modifier and Type Method Description MatrixComparisons. getMatrix()MatrixCovariances. getMatrix()MatrixComparisons. requireMatrix()MatrixCovariances. requireMatrix()Methods in org.dmg.pmml.clustering with parameters of type Matrix Modifier and Type Method Description ComparisonsComparisons. setMatrix(Matrix matrix)CovariancesCovariances. setMatrix(Matrix matrix)Constructors in org.dmg.pmml.clustering with parameters of type Matrix Constructor Description Comparisons(Matrix matrix)Covariances(Matrix matrix) -
Uses of Matrix in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return Matrix Modifier and Type Method Description MatrixPredictor. getMatrix()Methods in org.dmg.pmml.general_regression with parameters of type Matrix Modifier and Type Method Description PredictorPredictor. setMatrix(Matrix matrix) -
Uses of Matrix in org.dmg.pmml.text
Methods in org.dmg.pmml.text that return Matrix Modifier and Type Method Description MatrixDocumentTermMatrix. getMatrix()MatrixDocumentTermMatrix. requireMatrix()Methods in org.dmg.pmml.text with parameters of type Matrix Modifier and Type Method Description DocumentTermMatrixDocumentTermMatrix. setMatrix(Matrix matrix)Constructors in org.dmg.pmml.text with parameters of type Matrix Constructor Description DocumentTermMatrix(Matrix matrix) -
Uses of Matrix in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return Matrix Modifier and Type Method Description MatrixFinalOmega. getMatrix()MatrixMeasurementMatrix. getMatrix()MatrixObservationVarianceMatrix. getMatrix()MatrixPredictedStateCovarianceMatrix. getMatrix()MatrixSelectedStateCovarianceMatrix. getMatrix()MatrixTransitionMatrix. getMatrix()MatrixFinalOmega. requireMatrix()MatrixMeasurementMatrix. requireMatrix()MatrixObservationVarianceMatrix. requireMatrix()MatrixPredictedStateCovarianceMatrix. requireMatrix()MatrixSelectedStateCovarianceMatrix. requireMatrix()MatrixTransitionMatrix. requireMatrix()Methods in org.dmg.pmml.time_series with parameters of type Matrix Modifier and Type Method Description FinalOmegaFinalOmega. setMatrix(Matrix matrix)MeasurementMatrixMeasurementMatrix. setMatrix(Matrix matrix)ObservationVarianceMatrixObservationVarianceMatrix. setMatrix(Matrix matrix)PredictedStateCovarianceMatrixPredictedStateCovarianceMatrix. setMatrix(Matrix matrix)SelectedStateCovarianceMatrixSelectedStateCovarianceMatrix. setMatrix(Matrix matrix)TransitionMatrixTransitionMatrix. setMatrix(Matrix matrix)Constructors in org.dmg.pmml.time_series with parameters of type Matrix Constructor Description FinalOmega(Matrix matrix)MeasurementMatrix(Matrix matrix)ObservationVarianceMatrix(Matrix matrix)PredictedStateCovarianceMatrix(Matrix matrix)SelectedStateCovarianceMatrix(Matrix matrix)TransitionMatrix(Matrix matrix) -
Uses of Matrix in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Matrix Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Matrix matrix)
-