glm.deploy: 'C' and 'Java' Source Code Generator for Fitted Glm Objects

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.

Getting started

Package details

AuthorOscar Castro-Lopez [cre, aut], Ines Vega-Lopez [aut]
MaintainerOscar Castro-Lopez <castroloj@gmail.com>
LicenseGPL (>= 3) | file LICENSE
Version1.0.4
URL https://github.com/oscarcastrolopez/glm.deploy
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("glm.deploy")

Try the glm.deploy package in your browser

Any scripts or data that you put into this service are public.

glm.deploy documentation built on May 1, 2019, 8:40 p.m.