From d45581c0b067b9526ce88ba9d3a1bd861f4ff7cc Mon Sep 17 00:00:00 2001 From: jvech Date: Wed, 24 Jul 2024 15:31:02 -0500 Subject: add: file_read() and format integraded on main program things implemented: - read output in false bug was solved. - Make generic rule added to build test executables - format option added to the CLI --- doc/ml.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ml.1 b/doc/ml.1 index babac62..6450709 100644 --- a/doc/ml.1 +++ b/doc/ml.1 @@ -1,10 +1,10 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3. -.TH ML "1" "October 2023" "ml 0.1" "User Commands" +.TH ML "1" "July 2024" "ml 0.1" "User Commands" .SH NAME ml \- manual page for ml 0.1 .SH SYNOPSIS .B ml -\fI\,train \/\fR[\fI\,Options\/\fR] \fI\,JSON_FILE\/\fR +\fI\,train \/\fR[\fI\,Options\/\fR] \fI\,FILE\/\fR .br .B ml \fI\,predict \/\fR[\fI\,-o FILE\/\fR] \fI\,FILE\/\fR @@ -16,6 +16,9 @@ it is suitable to work on classification problems. \fB\-h\fR, \fB\-\-help\fR Show this message .TP +\fB\-f\fR, \fB\-\-format\fR=\fI\,FORMAT\/\fR +File input and/or output format +.TP \fB\-a\fR, \fB\-\-alpha\fR=\fI\,ALPHA\/\fR Learning rate (only works with train) .TP -- cgit v1.2.3-70-g09d2