Skip to main content
. Author manuscript; available in PMC: 2017 Mar 24.
Published in final edited form as: IEEE Signal Process Lett. 2014 Jun 5;21(10):1192–1196. doi: 10.1109/LSP.2014.2329056

TABLE II.

The Method of CGSSL and Out-of-Sample Extension

Input: Data matrix XRD×(l+u), label matrix YR(c+1)×(l+u), the number of nearest neighbor k and other relative parameters.
Output: The predicted label matrix FR(c+1)×(l+u).
The Transductive Method of GCSSL:
1. Construct the neighborhood graph and calculate the weight matrix W as Table 1.
2. Symmetrize and normalize W as = WΔ−1WT in Eq. (3).
3. Calculate the predicted label matrix F as Eq. (5) and output F.
Out-of-sample Inductive Extension:
1. Search the k nearest neighbor of z in zX.
2. Construct the weight vector following Eq. (8).
3. Extend the weight vector following Eq. (9).
4. Calculate the predicted label of z as Eq. (7) and output f(z).