Skip to main content
. 2017 Aug 8;1:25. doi: 10.1038/s41698-017-0029-7

Table 2.

Notations

Notation Definition
n, m # of samples and features (e.g., genes), respectively.
XRm×n genomic profile matrix.
βRm×1 coefficients of features to be learned by the model.
yRn×1 responses for regression or labels for classification, y = (y 1, …, y n)T.
WRm×m symmetric adjacency matrix of an undirected molecular network.
D x diagonal matrix with vector x on the diagonal.
SRm×m normalized symmetric adjacency matrix: S=Dw-12WDw-12, where w is the row sum of W.
LRm×m normalized graph Laplacian: L = IS.
β T graph Laplacian regularization: βTL=12i,jSi,jβi-βj2.
f0Rn×1 initialization for semi-supervised learning: f0=f10,,fi0,,fn0T, where fi0-1,0,+1. 0 is assigned if there are additional unlabeled data for semi-supervised learning.
fRn×1 Predictions by semi-supervised learning: f=f1,,fnT.
λ, λ 1, λ 2 positive hyper-parameters to weight the cost terms.