File | Date | Author | Commit |
---|---|---|---|
rtkore | 2025-05-03 |
![]() |
[275e96] Debug ExportToCsv class |
stkpp | 2025-05-03 |
![]() |
[275e96] Debug ExportToCsv class |
stkpp.org | 2017-10-08 |
![]() |
[7fae9c] Pre-Release: Many Enhancement, bug correction, ... |
.gitignore | 2015-07-27 |
![]() |
[5a58b2] Enhancing and testing Kernel cluster models |
Readme.md | 2024-01-04 |
![]() |
[328efb] Updating version number to 0.9.20 |
oss-rising-star-white.png | 2024-01-05 |
![]() |
[9827ff] Adding sourceforge rising star image to repo |
oss-rising-star-white.svg | 2024-01-05 |
![]() |
[9827ff] Adding sourceforge rising star image to repo |
STK++ (http://www.stkpp.org) is a collection of C++ classes for statistics, clustering, linear algebra, arrays (with an Eigen-like API), regression, dimension reduction, etc. The integration of the library to R is using Rcpp.
The rtkore package includes the header files from the STK++ core library. All these files contain templated classes or inlined functions. Thus users do not need to install STK++ itself nor compile it in order to use it.
STK++ is licensed under the GNU LGPL version 2 or later. rtkore (the stkpp integration into R) is licensed under the GNU GPL version 2 or later.
The countMissing pacakge is a toy package showing how to build package based on rtkore/stk++.