Description Usage Arguments Value
View source: R/FTRLProx.predict.spMatrix.R
FTRLProx.predict.spMatrix predicts values based on linear model weights. This function is an Pure R implementation. This function is used internally and is not intended for end-user direct usage.
1  | FTRLProx.predict.spMatrix(x, w, family)
 | 
x | 
 a transposed   | 
w | 
 a vector of linear model weights.  | 
family | 
 link function to be used in the model. "gaussian", "binomial" and "poisson" are avaliable.  | 
a vector of linear model predicted values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.