CRAN/E | glm.deploy

glm.deploy

'C' and 'Java' Source Code Generator for Fitted Glm Objects

Installation

About

Provides two functions that generate source code implementing the predict function of fitted glm objects. In this version, code can be generated for either 'C' or 'Java'. The idea is to provide a tool for the easy and fast deployment of glm predictive models into production. The source code generated by this package implements two function/methods. One of such functions implements the equivalent to predict(type="response"), while the second implements predict(type="link"). Source code is written to disk as a .c or .java file in the specified path. In the case of c, an .h file is also generated.

github.com/oscarcastrolopez/glm.deploy
Bug report File report

Key Metrics

Version 1.0.4
Published 2018-03-09 1839 days ago
Needs compilation? yes
License GPL (≥ 3)
License File
CRAN checks glm.deploy results

Downloads

Last 24 hours 12 -71%
Last 7 days 68 +89%
Last 30 days 200 +8%
Last 90 days 548 -24%
Last 365 days 2.877 -37%

Maintainer

Maintainer

Oscar Castro-Lopez

castroloj@gmail.com

Authors

Oscar Castro-Lopez

cre / aut

Ines Vega-Lopez

aut

Material

ChangeLog
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Imports

Rcpp ≥ 0.12.12
stats

Suggests

knitr
rmarkdown
testthat

LinkingTo

Rcpp