Beispiel #1
0
 public AdjCSVLoader(string fullPath, int vertexCount)
 {
     _fullPath = fullPath;
     _vertexCount = vertexCount;
     _sgf = new SubjectGraphFactory(_vertexCount);
 }
Beispiel #2
0
 public AdjCSVLoader(string fullPath, int vertexCount)
 {
     _fullPath    = fullPath;
     _vertexCount = vertexCount;
     _sgf         = new SubjectGraphFactory(_vertexCount);
 }