Table 2.
Notations
Notation | Definition |
---|---|
n, m | # of samples and features (e.g., genes), respectively. |
X ∈ | genomic profile matrix. |
β ∈ | coefficients of features to be learned by the model. |
responses for regression or labels for classification, y = (y 1, …, y n)T. | |
symmetric adjacency matrix of an undirected molecular network. | |
D x | diagonal matrix with vector x on the diagonal. |
normalized symmetric adjacency matrix: , where w is the row sum of W. | |
normalized graph Laplacian: L = I − S. | |
β T Lβ | graph Laplacian regularization: . |
initialization for semi-supervised learning: , where . 0 is assigned if there are additional unlabeled data for semi-supervised learning. | |
Predictions by semi-supervised learning: . | |
λ, λ 1, λ 2 | positive hyper-parameters to weight the cost terms. |