Skip to content

Commit

Permalink
Add example for mlp “add”. Fixes =O_030=
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Bullock committed Feb 16, 2019
1 parent 0ed53e2 commit 4e5e931
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sources/ml_doc_populate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ namespace ml_doc

message_descriptor add_mlp(
"add",
"class id followed by n features; <class> <feature 1> <feature 2> etc when in classification mode or N output values followed by M input values when in regression mode (N = num_outputs)"
"class id followed by n features; <class> <feature 1> <feature 2> etc when in classification mode or N output values followed by M input values when in regression mode (N = num_outputs)",
"1 0.2 0.7 0.3 0.1"

);

// valued_message_descriptor<int> probs(
Expand Down

0 comments on commit 4e5e931

Please sign in to comment.