get_first_principal_axis()
Get the first principal axis of a set of points.
points – A ndarray or DataFrame with shape N_points by N_dimensions.
ndarray
DataFrame
A ndarray of shape N_dimensions containg the first principal axis (l2 normalized).