Skip to content

yurivish/AssociativeArrays.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Associative Arrays

This package implements associative arrays, the mathematical objects introduced in the book Mathematics of Big Data.

This is currently a proof of concept. Much more to do.

Note: This package should not be relied upon; it is an experiment created during a course I took with the author of the book. The basic idea is to represent tabular data with one column per unique value, turning tables containing categorical columns into sparse numerical arrays. See the D4M publications for a description of the model.