hail icon indicating copy to clipboard operation
hail copied to clipboard

Add PC-AiR

Open Will-Tyler opened this issue 4 months ago • 7 comments

Description

In this pull request, I implement the PC-AiR method as described in this paper. This includes the PC-AiR algorithm for partitioning samples into an unrelated set and a related set. The method, pc_air returns a block matrix with the principle components as the columns of the block matrix.

Testing

I add unit tests.

I manually inspected the documentation to confirm that it matches my expectations.

Will-Tyler avatar Feb 21 '24 04:02 Will-Tyler