Uses of Class
org.dmg.pmml.RealSparseArray
-
Packages that use RealSparseArray Package Description org.dmg.pmml org.dmg.pmml.support_vector_machine org.dmg.pmml.time_series org.jpmml.model.visitors -
-
Uses of RealSparseArray in org.dmg.pmml
Methods in org.dmg.pmml that return RealSparseArray Modifier and Type Method Description RealSparseArrayRealSparseArray. addEntries(java.lang.Double... entries)RealSparseArrayRealSparseArray. addIndices(java.lang.Integer... indices)RealSparseArrayObjectFactory. createRealSparseArray()Create an instance ofRealSparseArrayRealSparseArrayRealSparseArray. setDefaultValue(java.lang.Double defaultValue)RealSparseArrayRealSparseArray. setN(java.lang.Integer n)Methods in org.dmg.pmml with parameters of type RealSparseArray Modifier and Type Method Description VisitorActionVisitor. visit(RealSparseArray realSparseArray) -
Uses of RealSparseArray in org.dmg.pmml.support_vector_machine
Methods in org.dmg.pmml.support_vector_machine that return RealSparseArray Modifier and Type Method Description RealSparseArrayVectorInstance. getRealSparseArray()RealSparseArrayVectorInstance. requireRealSparseArray()Methods in org.dmg.pmml.support_vector_machine with parameters of type RealSparseArray Modifier and Type Method Description VectorInstanceVectorInstance. setRealSparseArray(RealSparseArray realSparseArray)Constructors in org.dmg.pmml.support_vector_machine with parameters of type RealSparseArray Constructor Description VectorInstance(java.lang.String id, RealSparseArray realSparseArray, Array array) -
Uses of RealSparseArray in org.dmg.pmml.time_series
Methods in org.dmg.pmml.time_series that return RealSparseArray Modifier and Type Method Description RealSparseArrayTrendCoefficients. getREALSparseArray()Methods in org.dmg.pmml.time_series with parameters of type RealSparseArray Modifier and Type Method Description TrendCoefficientsTrendCoefficients. setREALSparseArray(RealSparseArray realSparseArray) -
Uses of RealSparseArray in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type RealSparseArray Modifier and Type Method Description VisitorActionAbstractVisitor. visit(RealSparseArray realSparseArray)
-