Uses of Class
org.dmg.pmml.SparseArray
-
Packages that use SparseArray Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of SparseArray in org.dmg.pmml
Subclasses of SparseArray in org.dmg.pmml Modifier and Type Class Description classIntSparseArrayclassRealSparseArrayMethods in org.dmg.pmml that return SparseArray Modifier and Type Method Description abstract SparseArray<E>SparseArray. addEntries(E... entries)abstract SparseArray<E>SparseArray. addIndices(java.lang.Integer... indices)abstract SparseArray<E>SparseArray. setDefaultValue(E defaultValue)abstract SparseArray<E>SparseArray. setN(java.lang.Integer n)Methods in org.dmg.pmml with parameters of type SparseArray Modifier and Type Method Description VisitorActionVisitor. visit(SparseArray<?> sparseArray) -
Uses of SparseArray in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type SparseArray Modifier and Type Method Description VisitorActionAbstractVisitor. visit(SparseArray<?> sparseArray)
-