Uses of Class
org.ujmp.core.collections.Dictionary
-
Packages that use Dictionary Package Description org.ujmp.core org.ujmp.core.doublematrix.calculation.general.discretize org.ujmp.core.doublematrix.impl org.ujmp.core.intmatrix.calculation -
-
Uses of Dictionary in org.ujmp.core
Methods in org.ujmp.core with parameters of type Dictionary Modifier and Type Method Description Matrix
AbstractMatrix. discretize(Calculation.Ret returnType, Dictionary dictionary)
-
Uses of Dictionary in org.ujmp.core.doublematrix.calculation.general.discretize
Methods in org.ujmp.core.doublematrix.calculation.general.discretize with parameters of type Dictionary Modifier and Type Method Description Matrix
DiscretizeCalculations. discretize(Calculation.Ret returnType, Dictionary dictionary)
-
Uses of Dictionary in org.ujmp.core.doublematrix.impl
Fields in org.ujmp.core.doublematrix.impl declared as Dictionary Modifier and Type Field Description private Dictionary
SparseFeatureVector. dictionary
Constructors in org.ujmp.core.doublematrix.impl with parameters of type Dictionary Constructor Description SparseFeatureVector(Dictionary dictionary)
-
Uses of Dictionary in org.ujmp.core.intmatrix.calculation
Fields in org.ujmp.core.intmatrix.calculation declared as Dictionary Modifier and Type Field Description private Dictionary
DiscretizeDictionary. dictionary
Constructors in org.ujmp.core.intmatrix.calculation with parameters of type Dictionary Constructor Description DiscretizeDictionary(Matrix matrix, Dictionary dictionary)
-