MCPcopy Index your code
hub / github.com/TheAlgorithms/Rust / center_data

Function center_data

src/machine_learning/principal_component_analysis.rs:30–40  ·  view source on GitHub ↗

Center the data by subtracting the mean from each feature

(data: &[Vec<f64>], means: &[f64])

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

test_center_dataFunction · 0.85

Calls 1

iterMethod · 0.45

Tested by 1

test_center_dataFunction · 0.68