This is documentation for an old release of SciPy (version 0.8.). Read this page in the documentation of the latest stable release (version 1.15.1).
Read an arff file.
Parameters : | filename : str
|
---|---|
Returns : | data : record array
meta : MetaData
|
Notes
This function should be able to read most arff files. Not implemented functionalities include:
It can read files with numeric and nominal attributes. It can read files with sparse data (? in the file).