Uses of Class
org.dmg.pmml.general_regression.BaselineCell
-
Packages that use BaselineCell Package Description org.dmg.pmml org.dmg.pmml.general_regression org.jpmml.model.visitors -
-
Uses of BaselineCell in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type BaselineCell Modifier and Type Method Description VisitorActionVisitor. visit(BaselineCell baselineCell) -
Uses of BaselineCell in org.dmg.pmml.general_regression
Methods in org.dmg.pmml.general_regression that return BaselineCell Modifier and Type Method Description BaselineCellBaselineCell. addExtensions(Extension... extensions)BaselineCellObjectFactory. createBaselineCell()Create an instance ofBaselineCellBaselineCellBaselineCell. setCumHazard(java.lang.Number cumHazard)BaselineCellBaselineCell. setTime(java.lang.Number time)Methods in org.dmg.pmml.general_regression that return types with arguments of type BaselineCell Modifier and Type Method Description java.util.List<BaselineCell>BaseCumHazardTables. getBaselineCells()java.util.List<BaselineCell>BaselineStratum. getBaselineCells()java.util.List<BaselineCell>BaseCumHazardTables. requireBaselineCells()java.util.List<BaselineCell>BaselineStratum. requireBaselineCells()Methods in org.dmg.pmml.general_regression with parameters of type BaselineCell Modifier and Type Method Description BaseCumHazardTablesBaseCumHazardTables. addBaselineCells(BaselineCell... baselineCells)BaselineStratumBaselineStratum. addBaselineCells(BaselineCell... baselineCells) -
Uses of BaselineCell in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type BaselineCell Modifier and Type Method Description VisitorActionAbstractVisitor. visit(BaselineCell baselineCell)
-