Skip to content

GIF for code parsing #9

@schalkdaniel

Description

@schalkdaniel

It would be nice to have a GIF which illustrates, how R triggers the C++ code:

LEFT R:                           RIGHT C++:

cboost$new()                      loss = new QuadraticLoss();
                                  optimizer = new CoordinateDescent();
                                  bl_factory = new BaselearnerFactory();


cboost$addBaselearner()           bl_factory.addBlearner();

... and so on ...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions