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

Class TagFrequencyMatrix3

source code

     object --+        
              |        
FrequencyMatrix --+    
                  |    
 TagFrequencyMatrix --+
                      |
                     TagFrequencyMatrix3

Matrice de fréquences avec les lignes BC1, BC2, Dep1, Dep2, BC1+Dep1, BC2+Dep2 et Texte1, Texte2

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__