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§
- Extracted
Feature - A single extracted feature together with its (possibly multi-valued) result.
- Extraction
Result - The result of extracting features from a single tensor.
- Extractor
Config - Configuration for
TensorFeatureExtractor. - Extractor
Stats - Cumulative statistics for a
TensorFeatureExtractorsession. - Tensor
Feature Extractor - Extracts statistical and structural features from tensor data.
Enums§
- Feature
Kind - Which feature to extract from a tensor slice.