scalanlp/breeze

simpler syntax for csvread

Open

#441 opened on Sep 3, 2015

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

Repository metrics

Stars
 (3,453 stars)
PR merge metrics
 (No merged PRs in 30d)

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