Skip to content

Commit

Permalink
サンプルコードのミス修正
Browse files Browse the repository at this point in the history
  • Loading branch information
deltam committed Aug 9, 2015
1 parent 76e11c1 commit 29c4526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neuro/train.clj
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
)

(defn nn-test [nn dataset ans ans-test]
(let [t (map (fn [x] (core/nn-calc nn2 x))
(let [t (map (fn [x] (core/nn-calc nn x))
(for [t traindata-2class :when (= (:ans t) ans)]
(:x t)))
cnt (count t)]
Expand Down

0 comments on commit 29c4526

Please sign in to comment.