aboutsummaryrefslogtreecommitdiff
path: root/doc/ml.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ml.1')
-rw-r--r--doc/ml.110
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/ml.1 b/doc/ml.1
index ea5439f..0bc536d 100644
--- a/doc/ml.1
+++ b/doc/ml.1
@@ -1,13 +1,13 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
-.TH ML "1" "July 2024" "ml 0.1" "User Commands"
+.TH ML "1" "August 2024" "ml 0.2.0" "User Commands"
.SH NAME
-ml \- manual page for ml 0.1
+ml \- manual page for ml 0.2.0
.SH SYNOPSIS
.B ml
\fI\,train \/\fR[\fI\,Options\/\fR] \fI\,FILE\/\fR
.br
.B ml
-\fI\,predict \/\fR[\fI\,-Ohv\/\fR] [\fI\,-f FORMAT\/\fR] [\fI\,-o FILE\/\fR] \fI\,FILE\/\fR
+\fI\,predict \/\fR[\fI\,-Ohv\/\fR] [\fI\,-f FORMAT\/\fR] [\fI\,-o FILE\/\fR] [\fI\,-p INT\/\fR] \fI\,FILE\/\fR
.SH DESCRIPTION
ml is a simple neural network maker made to train and predict JSON data,
it is suitable to work on classification problems.
@@ -33,6 +33,10 @@ Don't show input fields (only works with predict)
.TP
\fB\-c\fR, \fB\-\-config\fR=\fI\,FILE\/\fR
Configuration filepath [default=~/.config/ml/ml.cfg]
+.TP
+\fB\-p\fR, \fB\-\-precision\fR=\fI\,INT\/\fR
+Decimals output precision (only works with predict)
+[default=auto]
.SH FILES
~/.config/ml/ml.cfg
File path for network configuration, here you can setup the network
Feel free to download, copy and edit any repo