Uses of Class
org.dmg.pmml.baseline.Baseline
-
Packages that use Baseline Package Description org.dmg.pmml org.dmg.pmml.baseline org.jpmml.model.visitors -
-
Uses of Baseline in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Baseline Modifier and Type Method Description VisitorActionVisitor. visit(Baseline baseline) -
Uses of Baseline in org.dmg.pmml.baseline
Methods in org.dmg.pmml.baseline that return Baseline Modifier and Type Method Description BaselineBaseline. addFieldRefs(FieldRef... fieldRefs)BaselineObjectFactory. createBaseline()Create an instance ofBaselineBaselineTestDistributions. getBaseline()BaselineTestDistributions. requireBaseline()BaselineBaseline. setContinuousDistribution(ContinuousDistribution continuousDistribution)BaselineBaseline. setCountTable(CountTable countTable)BaselineBaseline. setNormalizedCountTable(CountTable normalizedCountTable)Methods in org.dmg.pmml.baseline with parameters of type Baseline Modifier and Type Method Description TestDistributionsTestDistributions. setBaseline(Baseline baseline)Constructors in org.dmg.pmml.baseline with parameters of type Baseline Constructor Description TestDistributions(java.lang.String field, TestDistributions.TestStatistic testStatistic, Baseline baseline)TestDistributions(Field<?> field, TestDistributions.TestStatistic testStatistic, Baseline baseline) -
Uses of Baseline in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Baseline Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Baseline baseline)
-