Skip to content

Commit

Permalink
Update gpa.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Dec 21, 2023
1 parent a256acd commit c3bb9c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prince/gpa.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class GPA(base.BaseEstimator, base.TransformerMixin):
"""Generalized Procrustes Analysis (GPA).
Algorithm outline:
1. Choose a reference shape.
2. Apply Procrustes Analysis to superimpose all shapes to the reference shape.
3. Compute the mean shape of the superimposed shapes.
Expand Down

0 comments on commit c3bb9c7

Please sign in to comment.