/go-sparsity-checker

Matrix sparsity checker (ref: http://scikit-learn.org/stable/modules/computational_performance.html#influence-of-the-input-data-representation)

Primary LanguageGoMIT LicenseMIT

go-sparsity-checker

====

Overview

Description

Matrix sparsity checker tool.

Reference: Influence of the Input Data Representation

Demo

Requirement

  • Go

Usage

$ go-sparsity-checker matrix.csv
input sparsity ratio: 0.9995591825878483

Install

$ go get -u github.com/benevolent0505/go-sparsity-checker

Contribution

Licence

MIT

Author

benevolent0505