FTRLProx_predict_spMatrix: FTRL-Proximal Linear Model Predicting Function

Description Usage Arguments Value

View source: R/RcppExports.R

Description

FTRLProx_predict_spMatrix predicts values based on linear model weights. This function is an C++ implementation. This function is used internally and is not intended for end-user direct usage.

Usage

1

Arguments

x

a transposed dgCMatrix object.

w

an vector of linear model weights.

family

link function to be used in the model. "gaussian", "binomial" and "poisson" are avaliable.

Value

an vector of linear model predicted values


rFTRLProximal documentation built on May 29, 2017, 9:50 p.m.