Description Usage Arguments Value
Computes the logit regression weights in log.
1 | GateLogit(x, alpha)
|
x |
An N * P covariate matrix, where N is sample size. The first column MUST be 1. |
alpha |
A g * P matrix. Logit regression coefficients. |
The log of tcrossprod(x,alpha)
with dim N * g, with each row normalized by rowLogSumExps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.