MCPcopy Create free account
hub / github.com/daniel-e/rustml / mixture_builder

Function mixture_builder

src/datasets.rs:338–342  ·  view source on GitHub ↗

Creates a mixture model with normally distributed data sources.

()

Source from the content-addressed store, hash-verified

336
337/// Creates a mixture model with normally distributed data sources.
338pub fn mixture_builder() -> Mixture {
339 Mixture {
340 normal: vec![]
341 }
342}
343
344// ----------------------------------------------------------------------------
345

Callers 5

test_mixtureFunction · 0.85
mainFunction · 0.85
plot_mixtureFunction · 0.85
plot_nnFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_mixtureFunction · 0.68