Uses of Class
org.jpmml.model.PMMLObjectCache
-
Packages that use PMMLObjectCache Package Description org.jpmml.model.visitors -
-
Uses of PMMLObjectCache in org.jpmml.model.visitors
Fields in org.jpmml.model.visitors with type parameters of type PMMLObjectCache Modifier and Type Field Description static java.lang.ThreadLocal<PMMLObjectCache<MiningField>>MiningFieldInterner. CACHE_PROVIDERstatic java.lang.ThreadLocal<PMMLObjectCache<Predicate>>PredicateInterner. CACHE_PROVIDERstatic java.lang.ThreadLocal<PMMLObjectCache<ScoreDistribution>>ScoreDistributionInterner. CACHE_PROVIDERMethods in org.jpmml.model.visitors that return PMMLObjectCache Modifier and Type Method Description PMMLObjectCache<E>PMMLObjectInterner. getCache()
-