MCPcopy Create free account
hub / github.com/Rustixir/darkbird / Vector

Class Vector

src/darkbird/vector.rs:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10#[derive(Clone, Serialize, Deserialize, PartialEq, Debug)]
11pub struct Vector(pub Vec<f32>);
12
13impl Vector {
14 /// Calculates the Euclidean distance between two vectors.

Callers 7

mainFunction · 0.85
insertMethod · 0.85
lookupMethod · 0.85
vector_additionMethod · 0.85
vector_subtractionMethod · 0.85
vector_scalingMethod · 0.85
k_nearest_neighborsFunction · 0.85

Calls

no outgoing calls

Tested by 1

k_nearest_neighborsFunction · 0.68