Skip to content

trulite/QCube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the implementation of a Quotient cube and the QC tree in javascript. Read about them in the relevant papers in the docs section.

To see how to use take a look at the spec files in the test directory.

The input is a QC Table which takes in an array of column names and a [][] of data.
The intermediate output is a Quotient cube for which we use a javascript array as a datastructure.
The final output is a QC Tree for which we use a javascript object hash as the datastructure.

About

A Quotient cube in the browser/node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published