Accord.IO Namespace |
Class | Description | |
---|---|---|
CsvReader |
Represents a reader that provides fast, non-cached, forward-only access to CSV data.
| |
CsvWriter |
Writer for CSV data.
| |
ExcelReader |
Excel file reader using Microsoft Jet Database Engine.
| |
IdxReader |
Reader for IDX files (such as MNIST's digit database).
| |
LibSvmModel |
Reads support vector machines
created from LibSVM or Liblinear. Not all solver types are supported.
| |
MalformedCsvException |
Represents the exception that is thrown when a CSV file is malformed.
| |
MatNode |
Node object contained in .MAT file.
A node can contain a matrix object, a string, or another nodes.
| |
MatReader |
Reader for .mat files (such as the ones created by Matlab and Octave).
| |
MatSparse |
Sparse matrix representation used by
.MAT files.
| |
MissingFieldCsvException |
Represents the exception that is thrown when a there is a missing field in a record of the CSV file.
| |
NpyFormat |
Provides static methods to save and load files saved in NumPy's .npy format.
| |
NpzDictionary |
Lazily-loaded collection of arrays from a compressed .npz archive.
| |
NpzDictionaryT |
Lazily-loaded collection of arrays from a compressed .npz archive.
| |
NpzFormat |
Provides static methods to save and load files saved in NumPy's .npz format.
| |
ParseErrorEventArgs |
Provides data for the ParseError event.
| |
Serializer |
Model serializer. Can be used to serialize and deserialize (i.e. save and
load) models from the framework to and from the disk and other streams.
| |
SparseFormat |
Provides static methods to save and load files saved in LibSVM's sparse format.
| |
SparseReader |
Reader for data files containing samples in libsvm's sparse format.
| |
SparseWriter |
Writer for data files containing samples in libsvm's sparse format.
| |
UnipenReader |
Reader for UNIPEN files (such as Pendigits dataset).
|
Structure | Description | |
---|---|---|
CsvReaderRecordEnumerator |
Supports a simple iteration over the records of a CsvReader.
|
Enumeration | Description | |
---|---|---|
IdxDataType |
Data types which can be contained in a IDX data file.
| |
LibSvmSolverType |
Solver types allowed in LibSVM/Liblinear model files.
| |
MissingFieldAction |
Specifies the action to take when a field is missing.
| |
ParseErrorAction |
Specifies the action to take when a parsing error has occurred.
| |
SerializerCompression |
Compression algorithms supported by the Serializer.
| |
ValueTrimmingOptions |
Field trimming options.
|