Skip to content
Snippets Groups Projects
Commit 81f38592 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Changed again the documentation of functions

parent 1ce510fd
No related branches found
No related tags found
2 merge requests!185Wrappers and aggregators,!180[dask] Preparing bob.bio.base for dask pipelines
Pipeline #39678 passed
...@@ -169,7 +169,7 @@ class BioAlgorithmLegacy(BioAlgorithm): ...@@ -169,7 +169,7 @@ class BioAlgorithmLegacy(BioAlgorithm):
Parameters Parameters
---------- ----------
instance: object instance: object
Callable function that instantiates the :any:`bob.bio.base.algorithm.Algorithm` An instance of :any:`bob.bio.base.algorithm.Algorithm`
Example Example
......
...@@ -27,7 +27,7 @@ class AlgorithmTransformer(TransformerMixin, BaseEstimator): ...@@ -27,7 +27,7 @@ class AlgorithmTransformer(TransformerMixin, BaseEstimator):
Parameters Parameters
---------- ----------
instance: object instance: object
Callable function that instantiates the bob.bio.base.algorithm.Algorithm An instance of bob.bio.base.algorithm.Algorithm
""" """
......
...@@ -14,7 +14,7 @@ class ExtractorTransformer(TransformerMixin, BaseEstimator): ...@@ -14,7 +14,7 @@ class ExtractorTransformer(TransformerMixin, BaseEstimator):
---------- ----------
instance: object instance: object
Instance of `bob.bio.base.extractor.Extractor` An instance of `bob.bio.base.extractor.Extractor`
model_path: ``str`` model_path: ``str``
Model path in case :any:`bob.bio.base.extractor.Extractor.requires_training` is equals to true Model path in case :any:`bob.bio.base.extractor.Extractor.requires_training` is equals to true
......
...@@ -12,7 +12,7 @@ class PreprocessorTransformer(TransformerMixin, BaseEstimator): ...@@ -12,7 +12,7 @@ class PreprocessorTransformer(TransformerMixin, BaseEstimator):
---------- ----------
instance: object instance: object
Instance of `bob.bio.base.preprocessor.Preprocessor` An instance of `bob.bio.base.preprocessor.Preprocessor`
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment