Uses of Class
org.dmg.pmml.baseline.Alternate
-
Packages that use Alternate Package Description org.dmg.pmml org.dmg.pmml.baseline org.jpmml.model.visitors -
-
Uses of Alternate in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Alternate Modifier and Type Method Description VisitorActionVisitor. visit(Alternate alternate) -
Uses of Alternate in org.dmg.pmml.baseline
Methods in org.dmg.pmml.baseline that return Alternate Modifier and Type Method Description AlternateObjectFactory. createAlternate()Create an instance ofAlternateAlternateTestDistributions. getAlternate()AlternateAlternate. setContinuousDistribution(ContinuousDistribution continuousDistribution)Methods in org.dmg.pmml.baseline with parameters of type Alternate Modifier and Type Method Description TestDistributionsTestDistributions. setAlternate(Alternate alternate) -
Uses of Alternate in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Alternate Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Alternate alternate)
-