Skip to content

Commit

Permalink
minor change in neural net classification cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
sanuj committed Jul 10, 2016
1 parent b34c225 commit 964c81f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ RealVector parameters = network.get_parameters()
#![get_params]

#![evaluate_accuracy]
AccuracyMeasure eval()
real accuracy = eval.evaluate(labels_predict, labels_test)
AccuracyMeasure am()
real accuracy = am.evaluate(labels_predict, labels_test)
#![evaluate_accuracy]

# additional integration testing variables
Expand Down

0 comments on commit 964c81f

Please sign in to comment.