Uses of Class
org.dmg.pmml.InlineTable
-
Packages that use InlineTable Package Description org.dmg.pmml org.dmg.pmml.nearest_neighbor org.jpmml.model.visitors -
-
Uses of InlineTable in org.dmg.pmml
Methods in org.dmg.pmml that return InlineTable Modifier and Type Method Description InlineTableInlineTable. addExtensions(Extension... extensions)InlineTableInlineTable. addRows(Row... rows)InlineTableObjectFactory. createInlineTable()Create an instance ofInlineTableInlineTableChildParent. getInlineTable()InlineTableHasTable. getInlineTable()InlineTableMapValues. getInlineTable()InlineTableModelVerification. getInlineTable()InlineTableTextIndexNormalization. getInlineTable()InlineTableChildParent. requireInlineTable()InlineTableMapValues. requireInlineTable()InlineTableModelVerification. requireInlineTable()InlineTableTextIndexNormalization. requireInlineTable()Methods in org.dmg.pmml with parameters of type InlineTable Modifier and Type Method Description ChildParentChildParent. setInlineTable(InlineTable inlineTable)EHasTable. setInlineTable(InlineTable inlineTable)MapValuesMapValues. setInlineTable(InlineTable inlineTable)ModelVerificationModelVerification. setInlineTable(InlineTable inlineTable)TextIndexNormalizationTextIndexNormalization. setInlineTable(InlineTable inlineTable)VisitorActionVisitor. visit(InlineTable inlineTable)Constructors in org.dmg.pmml with parameters of type InlineTable Constructor Description ChildParent(java.lang.String childField, java.lang.String parentField, InlineTable inlineTable)MapValues(java.lang.String outputColumn, InlineTable inlineTable)ModelVerification(VerificationFields verificationFields, InlineTable inlineTable)TextIndexNormalization(InlineTable inlineTable) -
Uses of InlineTable in org.dmg.pmml.nearest_neighbor
Methods in org.dmg.pmml.nearest_neighbor that return InlineTable Modifier and Type Method Description InlineTableTrainingInstances. getInlineTable()InlineTableTrainingInstances. requireInlineTable()Methods in org.dmg.pmml.nearest_neighbor with parameters of type InlineTable Modifier and Type Method Description TrainingInstancesTrainingInstances. setInlineTable(InlineTable inlineTable)Constructors in org.dmg.pmml.nearest_neighbor with parameters of type InlineTable Constructor Description TrainingInstances(InstanceFields instanceFields, InlineTable inlineTable) -
Uses of InlineTable in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type InlineTable Modifier and Type Method Description VisitorActionAbstractVisitor. visit(InlineTable inlineTable)
-