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

Method len

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

Returns the number of dimensions added via the `add` method.

(&self)

Source from the content-addressed store, hash-verified

217
218 /// Returns the number of dimensions added via the `add` method.
219 pub fn len(&self) -> usize { self.normal.len() }
220}
221
222impl Iterator for NormalData {

Callers 5

read_labelsMethod · 0.45
read_examplesMethod · 0.45
fromMethod · 0.45
nextMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected