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

Gargantext.Core.Text.Metrics.TFICF

Description

Definition of TFICF : Term Frequency - Inverse of Context Frequency

TFICF is a generalization of TFIDF.

Documentation

type TFICF = Double #

data TficfContext n m #

Constructors

TficfInfra n m 
TficfSupra n m 

Instances

Instances details
(Show n, Show m) => Show (TficfContext n m) # 
Instance details

Defined in Gargantext.Core.Text.Metrics.TFICF

newtype Total #

Constructors

Total 

Fields

newtype Count #

Constructors

Count 

Fields