sethjuarez / numl

Machine Learning for .NET
http://numl.net
MIT License
430 stars 104 forks source link

Unused local variable #21

Closed AndyClaw closed 9 years ago

AndyClaw commented 9 years ago

Not a big deal, but wondering if this is indicative of some feature that was not implemented

Learner.cs line 92 var total is not used.

sethjuarez commented 9 years ago

You are correct! I lifted the counts to a parameter of a private static method so they wont be computed for each run.