KRLS icon indicating copy to clipboard operation
KRLS copied to clipboard

Restructure CPP code in to different files

Open lukesonnet opened this issue 7 years ago • 0 comments

All of the CPP is in one file. I'm going to split it in to different files:

  • KRLS functions (functions, gradients, hessians)
  • KRLogit functions (...)
  • Kernel fucntions (kern_gauss...)
  • Solvers (solve_for_d_ls)
  • Inference (pwmfx)
  • Helper functions (trace_mat, mult_diag, euc_dist)

lukesonnet avatar Aug 06 '17 07:08 lukesonnet