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