CO_OCC_CHUNK_SIZE

property CAMPAConfig.CO_OCC_CHUNK_SIZE

Chunk size for optimised co-occurrence in FeatureExtractor.extract_co_occurrence().

Maximal size of co-occurrence matrix. If number of coordinates that need to be checked is larger, co-occurrence is computed in chunks. Set to lower values when using multi-processing to compute co-occurrence scores.