Hey Nupic, I’m in the process of using NuPIC to predict the next fueling location of drivers. I’ve setup a single 2/3 layer with SP and Classifier. I’m implementing in HTM.java. The data being fed into the layer consists of 3 fields (there could be more fields in the future depending on the relevance): datetime, driverID, Location.
My question is how do I specify the field to be used in the Classifier. It looks as if the Classifier assumes the 2nd field to be the one to classify by. Do I have to organize my inputs such that the classified field is in the 2nd position? Thanks Phil
