PPL Logo

rfmodel::ForestModel Struct Reference

#include <RandomForestModel.h>

Collaboration diagram for rfmodel::ForestModel:

Collaboration graph
[legend]

Public Member Functions

void readModel (const char *dir)
int forestTest (std::vector< double > &X, int num_rows, int num_cols)

Data Fields

int classes [LB_CLASSES]
std::vector< TreeModeltreeModels

Detailed Description

Definition at line 190 of file RandomForestModel.h.


Member Function Documentation

void ForestModel::readModel ( const char *  dir  ) 

Definition at line 45 of file readmodel.C.

References classes, int, treeModels, and PUP::w.

int ForestModel::forestTest ( std::vector< double > &  X,
int  num_rows,
int  num_cols 
)

Definition at line 38 of file forestTest.C.

References classes, and treeModels.


Field Documentation

Definition at line 191 of file RandomForestModel.h.

Referenced by forestTest(), and readModel().

Definition at line 192 of file RandomForestModel.h.

Referenced by forestTest(), and readModel().


The documentation for this struct was generated from the following files:

Generated on Mon Sep 21 08:34:20 2020 for Charm++ by  doxygen 1.5.5