Code Documentation 3.1
Social Network Visualizer
Loading...
Searching...
No Matches
matrix.h File Reference

Declares the Matrix class for handling adjacency and sociomatrix data structures in network analysis. More...

#include <QtGlobal>
#include <QString>
#include <utility>
#include <vector>
Include dependency graph for matrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MatrixRow
 
class  Matrix
 

Variables

static const QString infinity = QString("\xE2\x88\x9E")
 
static const int METRIC_NONE = -1
 
static const int METRIC_SIMPLE_MATCHING = 0
 
static const int METRIC_JACCARD_INDEX = 1
 
static const int METRIC_HAMMING_DISTANCE = 2
 
static const int METRIC_COSINE_SIMILARITY = 3
 
static const int METRIC_EUCLIDEAN_DISTANCE = 4
 
static const int METRIC_MANHATTAN_DISTANCE = 5
 
static const int METRIC_PEARSON_COEFFICIENT = 6
 
static const int METRIC_CHEBYSHEV_MAXIMUM = 7
 

Detailed Description

Declares the Matrix class for handling adjacency and sociomatrix data structures in network analysis.

Author
Dimitris B. Kalamaras
See also
https://socnetv.org

Variable Documentation

◆ 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