mltool-0.2.0.1: Machine Learning Toolbox

Copyright(c) Alexander Ignatyev 2016
LicenseBSD-3
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

MachineLearning.Types

Description

Common type definitions used in all modules.

Synopsis

Documentation

type R = R Source #

Scalar Type (Double)

type Vector = Vector R Source #

Vector Types (of Doubles)

type Matrix = Matrix R Source #

Matrix Types (of Doubles)