Skip to main content

Module feature_extractor

Module feature_extractor 

Source
Expand description

TensorFeatureExtractor — statistical and structural feature extraction from tensor data.

Extracts mean, variance, skewness, min/max, range, L-norms, and histogram features from raw f64 tensor slices for use in downstream ML pipelines.

Structs§

ExtractedFeature
A single extracted feature together with its (possibly multi-valued) result.
ExtractionResult
The result of extracting features from a single tensor.
ExtractorConfig
Configuration for TensorFeatureExtractor.
ExtractorStats
Cumulative statistics for a TensorFeatureExtractor session.
TensorFeatureExtractor
Extracts statistical and structural features from tensor data.

Enums§

FeatureKind
Which feature to extract from a tensor slice.