Code Monkey home page Code Monkey logo

qstudiometrics's Introduction

QStudioMetrics

QStudioMetrics is a software to develop data mining and multivariate analysis studies.

ScreenShot

QStudioMetrics is written in C++ using the Qt5 framework and run under Linux, Windows and OSX.

QStudioMetrics compute:

  • Principal Component Analysis (PCA)
  • Partial Least Squares (PLS)
  • Ensemble Partial Least Squares (EPLS)
  • Multiple Linear Regression (MLR)
  • Linear Discriminant Analysis (LDA)
  • Clustering analysis: Hierarchical and K-Means
  • Model validation: leave-one-out, bootstrap k-fold cross validation, y-scrambling

All the algorithms are part of libscientific (See https://github.com/gmrandazzo/libscientific)

Author: Giuseppe Marco Randazzo
Mantainer: Giuseppe Marco Randazzo, [email protected]

License

QStudioMetrics is distributed under LGPLv3 license. For more details please read the file "LICENSE" or go to "http://www.gnu.org/licenses/lgpl-3.0.html"

Install

Dependencies

  • c++ compiler
  • cmake >= 2.8.9
  • Qt5 (with WebKit or WebEngine)
  • libscientific > 0.8

Compile from source

If you have a recent qt version and QWebEngine support use:

cmake .. -Wno-dev -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.11.1/ -DLIBSCIENTIFIC_ROOT_DIR=/usr/local/Cellar/libscientific/HEAD-b4a8a4f/
make

For other qt versions with WebKit support pleas use this configuration:

cmake .. -Wno-dev -DCMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.11.1/ -DLIBSCIENTIFIC_ROOT_DIR=/usr/local/Cellar/libscientific/HEAD-b4a8a4f/ -DPLOT_ENGINE=WEBKIT
make

Install binary release

Binary releases for Windows and OSX at https://github.com/gmrandazzo/QStudioMetrics/releases.

qstudiometrics's People

Contributors

gmrandazzo avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.