Uses of Class
org.dmg.pmml.general_regression.ParamMatrix
-
Packages that use ParamMatrix Package Description org.dmg.pmml org.dmg.pmml.general_regression org.jpmml.model.visitors -
-
Uses of ParamMatrix in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type ParamMatrix Modifier and Type Method Description VisitorActionVisitor. visit(ParamMatrix paramMatrix) -
Uses of ParamMatrix in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return ParamMatrix Modifier and Type Method Description ParamMatrixParamMatrix. addExtensions(Extension... extensions)ParamMatrixParamMatrix. addPCells(PCell... pCells)ParamMatrixObjectFactory. createParamMatrix()Create an instance ofParamMatrixParamMatrixGeneralRegressionModel. getParamMatrix()ParamMatrixGeneralRegressionModel. requireParamMatrix()Methods in org.dmg.pmml.general_regression with parameters of type ParamMatrix Modifier and Type Method Description GeneralRegressionModelGeneralRegressionModel. setParamMatrix(ParamMatrix paramMatrix)Constructors in org.dmg.pmml.general_regression with parameters of type ParamMatrix Constructor Description GeneralRegressionModel(GeneralRegressionModel.ModelType modelType, MiningFunction miningFunction, MiningSchema miningSchema, ParameterList parameterList, PPMatrix ppMatrix, ParamMatrix paramMatrix) -
Uses of ParamMatrix in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type ParamMatrix Modifier and Type Method Description VisitorActionAbstractVisitor. visit(ParamMatrix paramMatrix)
-