scalanlp/breeze

simpler syntax for csvread

Open

#441 opened on Sep 3, 2015

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Scala (3,453 stars) (690 forks)batch import
help wantedproject

Description

csvread("src/test/resources/cogp/cogp_no_missing_points.csv")

in addition to existing one: csvread(new File("src/test/resources/cogp/cogp_no_missing_points.csv"))

Contributor guide