tangram_features::compute

Function compute_features_array_f32

Source
pub fn compute_features_array_f32(
    table: &TableView<'_>,
    feature_groups: &[FeatureGroup],
    progress: &impl Fn(),
) -> Array2<f32>
Expand description

Compute features as an Array of f32s.