Uses of Class
weka.core.pmml.jaxbbindings.InlineTable
-
Uses of InlineTable in weka.core.pmml.jaxbbindings
Modifier 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.Modifier 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.