Waikato / moa

MOA is an open source framework for Big Data stream mining. It includes a collection of machine learning algorithms (classification, regression, clustering, outlier detection, concept drift detection and recommender systems) and tools for evaluation.
http://moa.cms.waikato.ac.nz/
GNU General Public License v3.0
603 stars 352 forks source link

Memory Log always 0 #292

Open JoaoRodrigo99 opened 4 months ago

JoaoRodrigo99 commented 4 months ago

Hey, I'm using MOA to test the different algorthims across various datasets and i want to track their metrics and save them. One of them is memory. When I use other already compiled implementations of MOA, memory measurements works just fine. When I try to build my own using IntelIJ there's no memory estimation. Anyone had similar issue or knows what im missing? I wanted to be able to compile and check for memory, since i was to be able to add more models to test...