macro_rules! build_global_feature_adder {
($struct_name:ident, $prop_getter:expr, $( $column_names:expr ),* $(,)?) => { ... };
}Expand description
Declares a new global feature-adder type and wires it into the ndarray traits.
macro_rules! build_global_feature_adder {
($struct_name:ident, $prop_getter:expr, $( $column_names:expr ),* $(,)?) => { ... };
}Declares a new global feature-adder type and wires it into the ndarray traits.