macro_rules! analysis_global_feature_adder {
($struct_name:ident, $dependency_getter:expr, $prop_getter:expr, $( $column_names:expr ),* $(,)?) => { ... };
}Expand description
Implements the ndarray traits for an existing analysis-backed global feature type.