feets
feets copied to clipboard
Create plot routine for extractor ``feets.extractors.ext_color.Color``
Create plot routine for extractor Color
.
Path: feets.extractors.ext_color.py
Features
- Color
Extractor Documentation
Color
The color is defined as the difference between the average magnitude of two different bands observations.
>>> fs = feets.FeatureSpace(only=['Color']) >>> features, values = fs.extract(**lc) >>> dict(zip(features, values)) {'Color': -0.33325502453332145}
References