Skip to content

Commit c3e039a

Browse files
committed
first knn algo
1 parent b34b043 commit c3e039a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

build.sbt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name := "ml"
2+
3+
version := "1.0-SNAPSHOT"
4+
5+
scalaVersion := "2.9.2"
6+
7+
organization := "com.gfrison"
8+
9+
libraryDependencies += "commons-io" % "commons-io" % "2.3"
10+

0 commit comments

Comments
 (0)