Learn R Programming

subspace (version 1.0.4)

clustering_from_file: Reads a Clustering Object from a File

Description

Reads a File and creates an object of class subspace_clustering from that.

Usage

clustering_from_file(file_path, index_starts_at = 0, dim = NULL)

Arguments

file_path
The path to the File from which the clustering should be read
index_starts_at
The index used in the file to refer to the first object in The data matrix
dim
if provided, overrides any value for dim that is found in the first line of the file

See Also

clustering_to_file