Skip to content

Commit

Permalink
missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
krivard committed Oct 20, 2014
1 parent 2e597cc commit 3391493
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions my_program/toytest.data
@@ -0,0 +1,7 @@
predict(pb,Y) -predict(pb,neg) +predict(pb,pos)
predict(yc,Y) -predict(yc,neg) +predict(yc,pos)
predict(rb2,Y) -predict(rb2,neg) +predict(rb2,pos)
predict(rp,Y) -predict(rp,neg) +predict(rp,pos)
predict(bp,Y) +predict(bp,neg) -predict(bp,pos)
predict(he,Y) +predict(he,neg) -predict(he,pos)
predict(wt,Y) +predict(wt,neg) -predict(wt,pos)

0 comments on commit 3391493

Please sign in to comment.