You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Doc_BoxAlgorithm_FeatureAggregator.rst 834B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .. _Doc_BoxAlgorithm_FeatureAggregator:
  2. Feature aggregator
  3. ==================
  4. .. container:: attribution
  5. :Author:
  6. Bruno Renier
  7. :Company:
  8. INRIA/IRISA
  9. .. image:: images/Doc_BoxAlgorithm_FeatureAggregator.png
  10. Each chunk of input will be catenated into one feature vector.
  11. This plugins aggregates the features it receives on its inputs
  12. into a feature vector that can be used for classification.
  13. Inputs
  14. ------
  15. .. csv-table::
  16. :header: "Input Name", "Stream Type"
  17. "Input stream 1", "Streamed matrix"
  18. Input stream 1
  19. ~~~~~~~~~~~~~~
  20. A stream of matrices containing features.
  21. Outputs
  22. -------
  23. .. csv-table::
  24. :header: "Output Name", "Stream Type"
  25. "Feature vector stream", "Feature vector"
  26. Feature vector stream
  27. ~~~~~~~~~~~~~~~~~~~~~
  28. A stream of feature vectors made by aggregating incoming features.