abstract class for the loss function More...
#include <PolysemousTraining.h>
Public Member Functions | |
virtual double | compute_cost (const int *perm) const =0 |
virtual double | cost_update (const int *perm, int iw, int jw) const |
Public Attributes | |
int | n |
abstract class for the loss function
Definition at line 45 of file PolysemousTraining.h.