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 ofInlineTable
ChildParent.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 TypeMethodDescriptionvoid
ChildParent.setInlineTable
(InlineTable value) Sets the value of the inlineTable property.void
MapValues.setInlineTable
(InlineTable value) Sets the value of the inlineTable property.void
ModelVerification.setInlineTable
(InlineTable value) Sets the value of the inlineTable property.void
TrainingInstances.setInlineTable
(InlineTable value) Sets the value of the inlineTable property.