Skip to content

Commit 364ca7a

Browse files
author
osahin
committed
output definition is added to README
1 parent 5e5fb33 commit 364ca7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@ $ stop.Obtain_probabilities(c_value, gamma_value, estimated_disc_cut_value)
111111

112112
or you can do a grid search using
113113

114-
$ stop.Scan_parameters();
114+
$ stop.Scan_parameters(output);
115115

116+
where output is a std::vector<int>*, holding the output label values.
116117

117118
**Short class definitions**
118119

0 commit comments

Comments
 (0)