NNSOM.som_gpu.SOMGpu.save_pickle

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

Save the SOM object to a file using pickle.

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

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

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

Return type:

None