Closed kilojapan closed 9 years ago
""" var nodejs = ... if (nodejs) { ... }
$M = AgentSmith.Matrix """ || V """ (function(nodejs, $M) { if (nodejs) { ... } ... })(typeof window === 'undefined', AgentSmith.Matrix) """ something like this
@yuichiroTCY @akanehira @tetsumano List fixed functions to refactor
k-means, GMM, CCA, PCA are fixed
regressions are fixed
""" var nodejs = ... if (nodejs) { ... }
$M = AgentSmith.Matrix """ || V """ (function(nodejs, $M) { if (nodejs) { ... } ... })(typeof window === 'undefined', AgentSmith.Matrix) """ something like this