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

Class TagFrequencyMatrix2

source code

     object --+        
              |        
FrequencyMatrix --+    
                  |    
 TagFrequencyMatrix --+
                      |
                     TagFrequencyMatrix2

Matrice de fréquences où (Sup,Remp1) sont fusionnés et (Ins,Remp2) aussi

Instance Methods [hide private]
 
__init__(self, fm)
pre: isinstance(fm,FrequencyMatrix)
source code

Inherited from TagFrequencyMatrix: __str__, getFreqColumn, getFreqLine, getMaxGenetic, getMaxText, getNbLine, getRelation, getTextLine, setRelation

Inherited from FrequencyMatrix: getGraphLegend, getItemLegend, getMax, getNbColumn

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, fm)
(Constructor)

source code 
pre: isinstance(fm,FrequencyMatrix)
Overrides: TagFrequencyMatrix.__init__