Perform operations inside the folder containing the files intended for clustering. [source]
Parameters:
folder_path : string
The folder path where all the files to clustered are.
See also:
folder.distance_matrix
Compute a distance matrix of all files using the normalized compression distance.
folder.get_file_names
Return the names of all the files inside the folder.
Example:
# Imports
>>>from zgli.folder import Folder
# Initialize class
>>>data_path = 'D:/folder'>>>folder = Folder(data_path)>>>folder
<zgli.Folder at 0x21e02eb4c40>