Feature aggregator

Summary

Doc_BoxAlgorithm_FeatureAggregator.png
  • Plugin name : Feature aggregator
  • Version : 1.0
  • Author : Bruno Renier
  • Company : INRIA/IRISA
  • Short description : Aggregates input to feature vectors
  • Documentation template generation date : Jan 9 2018

Description

Each chunk of input will be catenated into one feature vector.

This plugins aggregates the features it receives on its inputs into a feature vector that can be used for classification.

Inputs

1. Input stream 1

A stream of matrices containing features.

  • Type identifier : Streamed matrix (0x544a003e, 0x6dcba5f6)

Outputs

1. Feature vector stream

A stream of feature vectors made by aggregating incoming features.

  • Type identifier : Feature vector (0x17341935, 0x152ff448)

Examples

Miscellaneous