[Contents] [TitleIndex] [WordIndex

Contributor - R in Scilab

R language is widely used for Machine learning so It is important to import R in Scilab. The goal of this project is to create toolbox like

to Import R language in Scilab.

Just like Python is extended with c++ using python.h similarly R can be extended with c++ using rccp.h.

R provides seamless Integration with C++ (http://www.rcpp.org/), To make a toolbox please refer to (https://scilab.gitlab.io/legacy_wiki/Guidelines%20To%20Design%20a%20Module)


2022-09-08 09:26