HLearn-algebra-1.0.0.1: Algebraic foundation for homomorphic learning

Safe HaskellNone

HLearn.Algebra.HVector

Description

Algebraic instances for the HVector type. These form the data points used for much of the library.

Documentation

data L2 xs Source

Instances

Num r => Monoid (L2 [r]) 
Num r => Group (L2 [r]) 
Num r => Abelian (L2 [r]) 
Num r => Module (L2 [r]) 
Num r => HasRing (L2 [r]) 
Floating r => MetricSpace (L2 [r])