|
Prev | Next |
python3_executable example/get_started/name
where python3_executable
is the python3 program and
name
is the name of the example.
The name of the example
includes the .py extension at the end.
build/example/get_started/get_started.db
which is created by get_started_db.py
and
can be inspected using any sqlite viewer; e.g.,
http://sqlitebrowser.org/
.
| init_command.py | init Command: Example and Test |
| set_command.py | set Command: Example and Test |
| fit_command.py | fit Command: Example and Test |
| simulate_command.py | simulate Command: Example and Test |
| sample_command.py | sample Command: Example and Test |
| predict_command.py | predict Command: Example and Test |
| db2csv_command.py | db2csv Command: Example and Test |