pub fn pca_3<S>(points: &[Point3<S>]) -> Rotation3<S>where
S: Real + NumCast + RelativeEq<Epsilon = S> + Debug + MaybeSerDes,
Vector2<S>: NormedVectorSpace<S>,Expand description
3D principal component analysis
pub fn pca_3<S>(points: &[Point3<S>]) -> Rotation3<S>where
S: Real + NumCast + RelativeEq<Epsilon = S> + Debug + MaybeSerDes,
Vector2<S>: NormedVectorSpace<S>,3D principal component analysis