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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as REALSparseArray
protected  REALSparseArray VectorInstance.realSparseArray
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return REALSparseArray
 REALSparseArray ObjectFactory.createREALSparseArray()
          Create an instance of REALSparseArray
 REALSparseArray VectorInstance.getREALSparseArray()
          Gets the value of the realSparseArray property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type REALSparseArray
 void VectorInstance.setREALSparseArray(REALSparseArray value)
          Sets the value of the realSparseArray property.
 



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