Uses of Class
org.dmg.pmml.IntSparseArray
-
Packages that use IntSparseArray Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of IntSparseArray in org.dmg.pmml
Methods in org.dmg.pmml that return IntSparseArray Modifier and Type Method Description IntSparseArrayIntSparseArray. addEntries(java.lang.Integer... entries)IntSparseArrayIntSparseArray. addIndices(java.lang.Integer... indices)IntSparseArrayObjectFactory. createIntSparseArray()Create an instance ofIntSparseArrayIntSparseArrayIntSparseArray. setDefaultValue(java.lang.Integer defaultValue)IntSparseArrayIntSparseArray. setN(java.lang.Integer n)Methods in org.dmg.pmml with parameters of type IntSparseArray Modifier and Type Method Description VisitorActionVisitor. visit(IntSparseArray intSparseArray) -
Uses of IntSparseArray in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type IntSparseArray Modifier and Type Method Description VisitorActionAbstractVisitor. visit(IntSparseArray intSparseArray)
-