mil-tokyo / tempura

Machine Learning Library for Sushi
http://mil-tokyo.github.io/tempura/
MIT License
47 stars 2 forks source link

Refactoring (global namespace pollution) #8

Closed kilojapan closed 9 years ago

kilojapan commented 9 years ago

""" var nodejs = ... if (nodejs) { ... }

$M = AgentSmith.Matrix """ || V """ (function(nodejs, $M) { if (nodejs) { ... } ... })(typeof window === 'undefined', AgentSmith.Matrix) """ something like this

kilojapan commented 9 years ago

@yuichiroTCY @akanehira @tetsumano List fixed functions to refactor

akanehira commented 9 years ago

k-means, GMM, CCA, PCA are fixed

akanehira commented 9 years ago

regressions are fixed