Hello. Just started working on HTM and exploring the htm.java library @cogmission
Is there a way to load data into the Network API other than a CSV file (or any other file for that matter). Can I pass entire records as a string value, and iteratively feed into the Network object?
Use case: I’m subscribing to a pub/sub message broker, and data comes as a single record at a time. I would like to keep pushing these values to the model for anomaly detection as they come (without pushing these records to a file first of course).
Any pointers/suggestions?
Thank you.