Skip to content

Program for calculating best fit curves for a set of experimental points using regression algorithms and neural networks.

License

Notifications You must be signed in to change notification settings

zorbaproject/kartesio

Repository files navigation

Kartesio

Program for calculating best fit curves for a set of experimental points using regression algorithms and neural networks.

This repository contains the source code of Kartesio and ZorbaNeuralNetwork.
If you are looking for ready to use binary packages, please take a look at https://github.com/zorbaproject/kartesio-build

BUILDING:

To build Kartesio you just need QT-SDK. If you use Windows you can download it from https://www.qt.io/download-open-source/. If you use GNU/Linux Debian-Ubuntu, instead, you can just run this command:
sudo apt-get install qt-sdk qtscript5-dev
To use Kartesio regression feature you'll need to install Maxima on your computer. If you use Windows, download one of these packages: http://sourceforge.net/projects/maxima/files/Maxima-Windows/ and at the first start of Kartesio tell it the position of the file maxima.bat If you use GNU/Linux Debian-Ubuntu, use this command:
sudo apt-get install maxima

DEBIAN PACKAGING:

To create a Debian package of Kartesio, just enter the source code directory (named for example "kartesio-1.0") and run the following commands:
dh_make -e TRINGALINVENT@libero.it -s --createorig
debuild -S -sa
debuild binary

You'll find the binary package for your architecture in the up level directory ("cd ../").

Of course, you'll need to edit the files "debian/control" and "debian/changelog" with your email address and your name, so you can sign the packages with your PGP key. If you made some changes to Kartesio source code, and you need to find out which libraries are needed to let the program work, you can just run the following command:
./list-libraries.sh
To use this command, you'll need to install the program apt-file (with "sudo apt-get install apt-file").

About

Program for calculating best fit curves for a set of experimental points using regression algorithms and neural networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages