pydl85.predictors.predictor.Cache_Type¶
- class pydl85.predictors.predictor.Cache_Type(value)[source]¶
An enum class used to indicate the type of cache used when the DL85Predictor.usecache is set to True.
- Variables:
Cache_TrieItemset – Use a Trie as cache and decision paths as keys of storage to reuse solutions
Cache_HashItemset – Use a Hash Table as cache and decision paths as keys of storage to reuse solutions
Cache_HashCover – Use a Hash Table as cache and list of covered examples as keys of storage for a path