Uses of Class
org.dmg.pmml.general_regression.PCovMatrix
-
Packages that use PCovMatrix Package Description org.dmg.pmml org.dmg.pmml.general_regression org.jpmml.model.visitors -
-
Uses of PCovMatrix in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type PCovMatrix Modifier and Type Method Description VisitorActionVisitor. visit(PCovMatrix pCovMatrix) -
Uses of PCovMatrix in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return PCovMatrix Modifier and Type Method Description PCovMatrixPCovMatrix. addExtensions(Extension... extensions)PCovMatrixPCovMatrix. addPCovCells(PCovCell... pCovCells)PCovMatrixObjectFactory. createPCovMatrix()Create an instance ofPCovMatrixPCovMatrixGeneralRegressionModel. getPCovMatrix()PCovMatrixPCovMatrix. setType(PCovMatrix.Type type)Methods in org.dmg.pmml.general_regression with parameters of type PCovMatrix Modifier and Type Method Description GeneralRegressionModelGeneralRegressionModel. setPCovMatrix(PCovMatrix pCovMatrix) -
Uses of PCovMatrix in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type PCovMatrix Modifier and Type Method Description VisitorActionAbstractVisitor. visit(PCovMatrix pCovMatrix)
-