Uses of Class
weka.core.pmml.jaxbbindings.InlineTable
Packages that use InlineTable
-
Uses of InlineTable in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return InlineTableModifier and TypeMethodDescriptionObjectFactory.createInlineTable()Create an instance ofInlineTableChildParent.getInlineTable()Gets the value of the inlineTable property.MapValues.getInlineTable()Gets the value of the inlineTable property.ModelVerification.getInlineTable()Gets the value of the inlineTable property.TrainingInstances.getInlineTable()Gets the value of the inlineTable property.Methods in weka.core.pmml.jaxbbindings with parameters of type InlineTableModifier and TypeMethodDescriptionvoidChildParent.setInlineTable(InlineTable value) Sets the value of the inlineTable property.voidMapValues.setInlineTable(InlineTable value) Sets the value of the inlineTable property.voidModelVerification.setInlineTable(InlineTable value) Sets the value of the inlineTable property.voidTrainingInstances.setInlineTable(InlineTable value) Sets the value of the inlineTable property.