Uses of Class
org.dmg.pmml.general_regression.PPMatrix
-
Packages that use PPMatrix Package Description org.dmg.pmml org.dmg.pmml.general_regression org.jpmml.model.visitors -
-
Uses of PPMatrix in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type PPMatrix Modifier and Type Method Description VisitorActionVisitor. visit(PPMatrix ppMatrix) -
Uses of PPMatrix in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return PPMatrix Modifier and Type Method Description PPMatrixPPMatrix. addExtensions(Extension... extensions)PPMatrixPPMatrix. addPPCells(PPCell... ppCells)PPMatrixObjectFactory. createPPMatrix()Create an instance ofPPMatrixPPMatrixGeneralRegressionModel. getPPMatrix()PPMatrixGeneralRegressionModel. requirePPMatrix()Methods in org.dmg.pmml.general_regression with parameters of type PPMatrix Modifier and Type Method Description GeneralRegressionModelGeneralRegressionModel. setPPMatrix(PPMatrix ppMatrix)Constructors in org.dmg.pmml.general_regression with parameters of type PPMatrix Constructor Description GeneralRegressionModel(GeneralRegressionModel.ModelType modelType, MiningFunction miningFunction, MiningSchema miningSchema, ParameterList parameterList, PPMatrix ppMatrix, ParamMatrix paramMatrix) -
Uses of PPMatrix in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type PPMatrix Modifier and Type Method Description VisitorActionAbstractVisitor. visit(PPMatrix ppMatrix)
-