/FittingFactory

A fitting factory for data fitting, using vxl library. Wrapped into Python module.

Primary LanguageC++

FittingFactory

A fitting factory for data fitting, using vxl library. Wrapped into Python module.

Build

  1. Build vxl library from source https://github.com/vxl/vxl
  2. Build Fitting Factory from here https://github.com/KunhaoZhou/FittingFactory

Usage

After building, it should've generated a fit library, and a python module called py_fit. Check out /fit/tests/ for usage in C++, and py_fit_test.py for usage in Python.