Skip to content
Snippets Groups Projects
Commit 7491c28d authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

iobber py doc

parent 9394b990
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,13 @@ class Chunker: ...@@ -59,7 +59,13 @@ class Chunker:
channels during one run, as specified in layer definitions. channels during one run, as specified in layer definitions.
Layers are applied sequentially. A layer defines a set of channels Layers are applied sequentially. A layer defines a set of channels
that are dealt with at a time. that are dealt with at a time.
TODO doc A chunker is parametrised with an INI file, defining layers and settings
and a WCCL file defing features to be used by the underlying classifier.
A new chunker object should be called either load_model to become a
functional chunker or train_and_save to infer chunking model from the
training data. NOTE: after training the chunker object is still not
ready for performance, i.e. the trained model is just saved to disk
and requires loading.
""" """
def __init__(self, config_path, data_dir, verbose = False): def __init__(self, config_path, data_dir, verbose = False):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment