Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 875 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 875 Bytes

RandomProjections.jl

This is a Julia implementation of random projections. This package supports

  • Gaussian random projections
  • Sparse random projections
  • Johnson-Lindenstrauss mininum dimension

Installation

To install in the Julia REPL:

julia> using Pkg
julia> Pkg.add("RandomProjections")

To load the package:

julia> using RandomProjections

Status

  • Build & Testing Status: Build Status

  • Documentation Status: