parser/healthcareio/report/static/js/jx
Steve Nyemba e53720906b healthcare io parser bug fixes 2020-08-20 23:49:13 -05:00
..
ext healthcare io parser bug fixes 2020-08-20 23:49:13 -05:00
README.md healthcare io parser bug fixes 2020-08-20 23:49:13 -05:00
dom.js healthcare io parser bug fixes 2020-08-20 23:49:13 -05:00
rpc.js healthcare io parser bug fixes 2020-08-20 23:49:13 -05:00
utils.js healthcare io parser bug fixes 2020-08-20 23:49:13 -05:00

README.md

Simple Javascript eXtension Framework

The simple Javascript eXtension framework (jx in short) implements wrappers around common tasks performed on DOM object, JSON object and implements various utilities like design patterns for

  • easy handling of collections
  • as well as mathematic functions
  • and some basic machine learning techniques and models.

Jx plays well with existing frameworks like jQuery; Dojo; Mootools; Backbone; Boostrap. We put in a concerted effort to keep it simple yet useful.

Modules

Modules Description
rpc.js XMLHttpRequest wrapper. Enables to make ajax requests using a simple interface
dom.js Provides an interfact to manipulate Document Object Model (DOM)
utils.js Implements reusable functions around design patterns to manipulate collections, JSON objects
ext/math.js Reusable mathematical and statistical functions, correlations, mean, median, mode ...
ext/ml.js Reusable big data framework with functions like map/reduce