Skip to content
Snippets Groups Projects
Commit fd2e5a4f authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Fix references

parent 8e025ddb
No related branches found
No related tags found
1 merge request!136Base stacked processors are moved to bob.extension
Pipeline #
......@@ -171,7 +171,7 @@ class ParallelExtractor(ParallelProcessor, MultipleExtractor):
[ 1., 2., 3.]]), array([[ 0.5, 1. , 1.5],
[ 0.5, 1. , 1.5]])]
The data may be further processed using a :any:`SequentialProcessor`:
The data may be further processed using a :any:`SequentialExtractor`:
>>> from bob.bio.base.extractor import SequentialExtractor
>>> total_extractor = SequentialExtractor(
......
......@@ -78,7 +78,7 @@ class ParallelPreprocessor(ParallelProcessor, Preprocessor):
[ 1., 2., 3.]]), array([[ 0.5, 1. , 1.5],
[ 0.5, 1. , 1.5]])]
The data may be further processed using a :any:`SequentialProcessor`:
The data may be further processed using a :any:`SequentialPreprocessor`:
>>> from bob.bio.base.preprocessor import SequentialPreprocessor
>>> total_preprocessor = SequentialPreprocessor(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment