Skip to main content
. Author manuscript; available in PMC: 2014 Apr 3.
Published in final edited form as: Inf Process Med Imaging. 2013;23:511–523. doi: 10.1007/978-3-642-38868-2_43

Algorithm 1. Discriminant Feature Extraction by SDA
Input: Drawn training voxel samples x1, …, xP, with their multi-resolution patch
signature f(xi) (i = 1, …, P) and anatomical label li.
Output: Projected signature f^(xi)(i=1,,P), and projection matrix M.
1. Compute the within class scatter matrix SW by Equation 3.
2. Perform affinity propagation to cluster voxel samples belonging to the prostate region into H1 subclasses and voxel samples belonging to the non-prostate region into H2 subclasses.
3. Compute the between class scatter matrix SB by Equation 4.
4. Perform eigen-analysis on (SW)−1SB to obtain its most significant eigenvectors forming matrix V, and diagonal matrix Λ containing the largest eigenvalues.
5. Let M = Λ−1/2VT.
6. Calculate the projected feature signature f^(xi)=Mf(xi)(i=1,,P).
7. Return f^(xi)(i=1,,P), and M.