Feature¶
-
class
neuxus.nodes.feature.
FeatureAggregator
(input_port, class_tag=None)[source]¶ Each chunk of input will be catenated into one feature vector that can be used for classification. It can specified a class as first vector coordinate
- Attributes:
output (Port): vector output Port
- Args:
input (Port): input signal
class_tag (str): class tag to add at first coordinate
- Example:
FeatureAggregator(port4, ‘RIGHT’)