NNSOM.som_gpu.SOMGpu.load_pickle

SOMGpu.load_pickle(filename, path, data_format='pkl')[source]

Load the SOM object from a file using pickle.

Parameters:
  • filename (str) – The name of the file to load the SOM object from.

  • path (str) – The path to the file to load the SOM object from.

  • data_format (str) – The format to load the SOM object from. Must be one of: pkl

Return type:

None