codezonediitj / adaboost

Implementation of AdaBoost Algorithm
Other
9 stars 16 forks source link

Implementing Two-Class Adaboost (WIP) #34

Closed Tanvi141 closed 3 years ago

Tanvi141 commented 4 years ago

References to other Issues or PRs or Relevant literature

[WIP] Implementation of two-class adaboost discussed in #33

czgdp1807 commented 4 years ago

I think it would be better to create a folder algorithm and under it add following files,

  1. apis.hpp - For interfaces. Keep all the interfaces(such as class declarations, function declaration) here.
  2. impls.cpp - For implementation. Keep all the implementations of the above interfaces here.
czgdp1807 commented 3 years ago

Closing in favour of #38