compboost (version 0.1.0)

C++ Implementation of Component-Wise Boosting

Description

C++ implementation of component-wise boosting implementation of component-wise boosting written in C++ to obtain high runtime performance and full memory control. The main idea is to provide a modular class system which can be extended without editing the source code. Therefore, it is possible to use R functions as well as C++ functions for custom base-learners, losses, logging mechanisms or stopping criteria.

Copy Link

Version

Down Chevron

Install

install.packages('compboost')

Monthly Downloads

9

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Last Published

October 28th, 2018

Functions in compboost (0.1.0)