brain
Class Graphs
java.lang.Object
brain.Graphs
public abstract class Graphs
- extends java.lang.Object
Graphs
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
grosGraphAdjacencyMatrix
public static final double[][] grosGraphAdjacencyMatrix
gros2GraphAdjacencyMatrix
public static final double[][] gros2GraphAdjacencyMatrix
testGraphAdjacencyMatrix
public static final double[][] testGraphAdjacencyMatrix
trivialGraphAdjacencyMatrix
public static final double[][] trivialGraphAdjacencyMatrix
linkerhandGraphAdjacencyMatrix
public static final double[][] linkerhandGraphAdjacencyMatrix
Graphs
public Graphs()
isSymmsetric
public static boolean isSymmsetric(double[][] matrix)
isSymmetric
public static boolean isSymmetric(java.util.List<java.util.List<java.lang.Double>> matrix)
createErdősRényiGraphAdjacencyMatrix
public static double[][] createErdősRényiGraphAdjacencyMatrix(int size,
double linkProbability,
java.util.Random random)
createErdősRényiGraphAdjacencyMatrix
public static double[][] createErdősRényiGraphAdjacencyMatrix(int size,
double linkProbability)
getChainGraphAdjacencyMatrix
public static double[][] getChainGraphAdjacencyMatrix(int n)
getCircleGraphAdjacencyMatrix
public static double[][] getCircleGraphAdjacencyMatrix(int n)
getTwoCliqueGraphAdjacencyMatrix
public static double[][] getTwoCliqueGraphAdjacencyMatrix(int clique1Size,
int clique2Size,
int connections)
addInhibitoryLinks
public static double[][] addInhibitoryLinks(double[][] adjacencyMatrix)