Feat C++ API
A feature engineering automation tool
FT::Parameters::BP Struct Reference

#include <params.h>

Public Member Functions

 BP (int i, float l, int bs)
 
 BP ()=default
 

Public Attributes

int iters =10
 
float learning_rate = 0.1
 
int batch_size = 0
 

Detailed Description

Definition at line 83 of file params.h.

Constructor & Destructor Documentation

◆ BP() [1/2]

FT::Parameters::BP::BP ( int  i,
float  l,
int  bs 
)
inline

Definition at line 88 of file params.h.

◆ BP() [2/2]

FT::Parameters::BP::BP ( )
default

Member Data Documentation

◆ batch_size

int FT::Parameters::BP::batch_size = 0

Definition at line 87 of file params.h.

◆ iters

int FT::Parameters::BP::iters =10

Definition at line 85 of file params.h.

◆ learning_rate

float FT::Parameters::BP::learning_rate = 0.1

Definition at line 86 of file params.h.


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