gargantext-0.0.4.9.5: Search, map, share
Copyright(c) CNRS 2017-Present
LicenseAGPL + CECILL v3
Maintainerteam@gargantext.org
Stabilityexperimental
PortabilityPOSIX
Safe HaskellNone
LanguageHaskell2010

Gargantext.Core.Methods.Distances

Description

 

Documentation

data Distance Source #

Instances

Instances details
Eq Distance Source # 
Instance details

Defined in Gargantext.Core.Methods.Distances

Show Distance Source # 
Instance details

Defined in Gargantext.Core.Methods.Distances

data GraphMetric Source #

Constructors

Order1 
Order2 

Instances

Instances details
Bounded GraphMetric Source # 
Instance details

Defined in Gargantext.Core.Methods.Distances

Enum GraphMetric Source # 
Instance details

Defined in Gargantext.Core.Methods.Distances

Eq GraphMetric Source # 
Instance details

Defined in Gargantext.Core.Methods.Distances

Ord GraphMetric Source # 
Instance details

Defined in Gargantext.Core.Methods.Distances

Show GraphMetric Source # 
Instance details

Defined in Gargantext.Core.Methods.Distances

Generic GraphMetric Source # 
Instance details

Defined in Gargantext.Core.Methods.Distances

Associated Types

type Rep GraphMetric :: Type -> Type #

Arbitrary GraphMetric Source # 
Instance details

Defined in Gargantext.Core.Methods.Distances

ToJSON GraphMetric Source # 
Instance details

Defined in Gargantext.Core.Methods.Distances

FromJSON GraphMetric Source # 
Instance details

Defined in Gargantext.Core.Methods.Distances

ToSchema GraphMetric Source # 
Instance details

Defined in Gargantext.Core.Methods.Distances

type Rep GraphMetric Source # 
Instance details

Defined in Gargantext.Core.Methods.Distances

type Rep GraphMetric = D1 ('MetaData "GraphMetric" "Gargantext.Core.Methods.Distances" "gargantext-0.0.4.9.5-IFz7nHafad4HfDNkPsR1x8" 'False) (C1 ('MetaCons "Order1" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Order2" 'PrefixI 'False) (U1 :: Type -> Type))