[][src]Function appr_dbscan::data_io::params_from_file

pub fn params_from_file<P>(file_name: &P) -> DBSCANParams where
    P: AsRef<Path>, 

Reads the number of points and their dimensionality contained in a data file. Points must be one for each row and their coordinates must be separated by whitespace.

Example:

0.0 0.1 1.0
1.0 2.0 1.5
...