Package medite :: Package MediteAppli :: Module synthetic :: Class TextFrequencyMatrix
[hide private]
[frames] | no frames]

Class TextFrequencyMatrix

source code

     object --+    
              |    
FrequencyMatrix --+
                  |
                 TextFrequencyMatrix

Rapports (Sup+Remp1)/BC1 et (Ins+Remp2)/BC2 en caractères et non en tags

Instance Methods [hide private]
 
__init__(self, res)
pre: isinstance(res,Donnees.resultatAppli.Resultat)
source code

Inherited from FrequencyMatrix: __str__, getFreqLine, getGraphLegend, getItemLegend, getMax, getNbColumn, getNbLine

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, res)
(Constructor)

source code 
pre: isinstance(res,Donnees.resultatAppli.Resultat)
Overrides: FrequencyMatrix.__init__