Module.DataCube

A DataCube represents a complete dataset being manipulated by a Ravel. It's not much use on its own, but rather needs to be coupled with a Ravel.

Usage:
var ravel=new Module.DataCube

Methods:
loadData(data)
load the datacube from an array of data (passed as an array of index,value pairs of numbers). Interpretation of the data is by the parameters set in dimension
dimension(labelsVector)
Labels vector is a javascript array of objects describing an axis handle:
{
  axis: "axis name",
  slice: ["sliceLabel1",..."sliceLabeln"]
}



Ravelation Pty Ldt