gtm_lbf {gtm} | R Documentation |
This simply amounts to returning the set of inputs with an extra bias column of ones after the last column in the input set matrix.
gtm_lbf(X)
X |
the latent variable sample forming the set of inputs; K-by-L |
FI
- the matrix of basis functions output values; K-by-(L+1),
"+1" for the bias basis function
gtm_lbf(matrix(c(3,4,2,7), ncol=2))