Uses of Class
org.dmg.pmml.pmml_4_1.descr.InlineTable

Packages that use InlineTable
org.dmg.pmml.pmml_4_1.descr   
 

Uses of InlineTable in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as InlineTable
protected  InlineTable MapValues.inlineTable
           
protected  InlineTable ChildParent.inlineTable
           
protected  InlineTable ModelVerification.inlineTable
           
protected  InlineTable TrainingInstances.inlineTable
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return InlineTable
 InlineTable ObjectFactory.createInlineTable()
          Create an instance of InlineTable
 InlineTable MapValues.getInlineTable()
          Gets the value of the inlineTable property.
 InlineTable ChildParent.getInlineTable()
          Gets the value of the inlineTable property.
 InlineTable ModelVerification.getInlineTable()
          Gets the value of the inlineTable property.
 InlineTable TrainingInstances.getInlineTable()
          Gets the value of the inlineTable property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type InlineTable
 void MapValues.setInlineTable(InlineTable value)
          Sets the value of the inlineTable property.
 void ChildParent.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.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.