Declares the Matrix class for handling adjacency and sociomatrix data structures in network analysis.  
More...
#include <QtGlobal>
#include <QString>
#include <utility>
#include <vector>
Go to the source code of this file.
Declares the Matrix class for handling adjacency and sociomatrix data structures in network analysis. 
- Author
 - Dimitris B. Kalamaras 
 
- Copyright
 - Copyright (C) 2005-2024 by Dimitris B. Kalamaras. This file is part of SocNetV (Social Network Visualizer). @license This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 or later. For more details, see http://www.gnu.org/licenses/. 
 
- See also
 - https://socnetv.org 
 
 
◆ infinity
  
  
      
        
          | const QString infinity = QString("\xE2\x88\x9E") | 
         
       
   | 
  
static   | 
  
 
 
◆ METRIC_CHEBYSHEV_MAXIMUM
  
  
      
        
          | const int METRIC_CHEBYSHEV_MAXIMUM = 7 | 
         
       
   | 
  
static   | 
  
 
 
◆ METRIC_COSINE_SIMILARITY
  
  
      
        
          | const int METRIC_COSINE_SIMILARITY = 3 | 
         
       
   | 
  
static   | 
  
 
 
◆ METRIC_EUCLIDEAN_DISTANCE
  
  
      
        
          | const int METRIC_EUCLIDEAN_DISTANCE = 4 | 
         
       
   | 
  
static   | 
  
 
 
◆ METRIC_HAMMING_DISTANCE
  
  
      
        
          | const int METRIC_HAMMING_DISTANCE = 2 | 
         
       
   | 
  
static   | 
  
 
 
◆ METRIC_JACCARD_INDEX
  
  
      
        
          | const int METRIC_JACCARD_INDEX = 1 | 
         
       
   | 
  
static   | 
  
 
 
◆ METRIC_MANHATTAN_DISTANCE
  
  
      
        
          | const int METRIC_MANHATTAN_DISTANCE = 5 | 
         
       
   | 
  
static   | 
  
 
 
◆ METRIC_NONE
  
  
      
        
          | const int METRIC_NONE = -1 | 
         
       
   | 
  
static   | 
  
 
 
◆ METRIC_PEARSON_COEFFICIENT
  
  
      
        
          | const int METRIC_PEARSON_COEFFICIENT = 6 | 
         
       
   | 
  
static   | 
  
 
 
◆ METRIC_SIMPLE_MATCHING
  
  
      
        
          | const int METRIC_SIMPLE_MATCHING = 0 | 
         
       
   | 
  
static   |