Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 777 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 777 Bytes

CorrespondenceAnalysis

Correspondence analysis implementation in javascript, works on server-side and client-side.

See a demo

What is Correspondance Analysis

See http://en.wikipedia.org/wiki/Correspondence_analysis.

Or for a more step by step tutorial, see http://www.micheloud.com/FXM/COR/E/index.htm

Dependencies

sandjs, seedjs, sandcli, numericjs are used on both server-side and client-side.

For client-side, the demo run with google-visualization.

For server-side, it runs with "canvas" npm module

Build

To build sources run

sand server

in the folder. And get http://localhost:8899/require?query=CorrespondenceAnalysis/CorrespondenceAnalysis