I was trying to accomplish the following task:
if(tracker.classifiers.Float64Array.length=='33871'){
Unfortunately, this approach did not work. Can anyone suggest a way to retrieve the value of the length of Float64Array and use it as the condition for an if statement?