main

int main(int argv,
char **argc)

The main function for the Sampled Spectral Distance Embedding program.

Parameters

  • first parameter is the name of the executable
  • second parameter is the name of the graph
  • third parameter is the mode of execution (assign random coordinates or run)
  • fourth parameter is the SAMPLING method (whether random or clever)
  • fifth parameter is PI_TOL (power iteration tolerance)
  • sixth parameter is SVD_TOL (tolerance used in SVD procedure)
  • seventh parameter is SAMPLE_SIZE
  • eighth parameter is REG_PARAM (power of the first singular value used in regularization of PHI inverse)
Close