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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as Taxonomy
protected  Taxonomy TextDictionary.taxonomy
           
 

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type Taxonomy
protected  List<Taxonomy> DataDictionary.taxonomies
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Taxonomy
 Taxonomy ObjectFactory.createTaxonomy()
          Create an instance of Taxonomy
 Taxonomy TextDictionary.getTaxonomy()
          Gets the value of the taxonomy property.
 

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type Taxonomy
 List<Taxonomy> DataDictionary.getTaxonomies()
          Gets the value of the taxonomies property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type Taxonomy
 void TextDictionary.setTaxonomy(Taxonomy value)
          Sets the value of the taxonomy property.
 



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