You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.4 KiB
JavaScript

/**
* Simple Javascript eXtension - 1.0, Machine Leanring Module
* (c) 2011 - 2015 Steve L. Nyemba, steve@the-phi.com
* License GPL version 3.0
*
* dependencies:
* jx.utils collection of utilities and design patterns used
* jx.math various math & statistical functions
* This file implements a few reusable machine learning models/techniques
*
* jx.ml.mapreduce Performs a standard/basic mapreduce (single thread for now)
* jx.ml.regression Will perform linear & logistic regressions
*/
10 years ago
jx.utils.patterns.visitor(ids,function(id){