nickgillian / grt

gesture recognition toolkit
859 stars 285 forks source link

Adding getRegisteredRegressifiers method to the Regressifier class #100

Closed narner closed 7 years ago

narner commented 7 years ago

There was an error in building the RegressifierTest, as the getRegisteredRegressifiers was not implemented in the Regressifier class. I added in that method, based off of the getRegisteredClassifiers method in the Classifier class. The RegressifierTest now builds and passes properly.