Click or drag to resize
Accord.NET (logo)

Accord.IO Namespace

 
Classes
  ClassDescription
Public classCsvReader
Represents a reader that provides fast, non-cached, forward-only access to CSV data.
Public classCode exampleCsvWriter
Writer for CSV data.
Public classCode exampleExcelReader
Excel file reader using Microsoft Jet Database Engine.
Public classIdxReader
Reader for IDX files (such as MNIST's digit database).
Public classCode exampleLibSvmModel
Reads support vector machines created from LibSVM or Liblinear. Not all solver types are supported.
Public classMalformedCsvException
Represents the exception that is thrown when a CSV file is malformed.
Public classMatNode
Node object contained in .MAT file. A node can contain a matrix object, a string, or another nodes.
Public classCode exampleMatReader
Reader for .mat files (such as the ones created by Matlab and Octave).
Public classMatSparse
Sparse matrix representation used by .MAT files.
Public classMissingFieldCsvException
Represents the exception that is thrown when a there is a missing field in a record of the CSV file.
Public classNpyFormat
Provides static methods to save and load files saved in NumPy's .npy format.
Public classNpzDictionary
Lazily-loaded collection of arrays from a compressed .npz archive.
Public classNpzDictionaryT
Lazily-loaded collection of arrays from a compressed .npz archive.
Public classNpzFormat
Provides static methods to save and load files saved in NumPy's .npz format.
Public classParseErrorEventArgs
Provides data for the ParseError event.
Public classCode exampleSerializer
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.
Public classSparseFormat
Provides static methods to save and load files saved in LibSVM's sparse format.
Public classCode exampleSparseReader
Reader for data files containing samples in libsvm's sparse format.
Public classSparseWriter
Writer for data files containing samples in libsvm's sparse format.
Public classUnipenReader
Reader for UNIPEN files (such as Pendigits dataset).
Structures
  StructureDescription
Public structureCsvReaderRecordEnumerator
Supports a simple iteration over the records of a CsvReader.
Enumerations
  EnumerationDescription
Public enumerationIdxDataType
Data types which can be contained in a IDX data file.
Public enumerationLibSvmSolverType
Solver types allowed in LibSVM/Liblinear model files.
Public enumerationMissingFieldAction
Specifies the action to take when a field is missing.
Public enumerationParseErrorAction
Specifies the action to take when a parsing error has occurred.
Public enumerationSerializerCompression
Compression algorithms supported by the Serializer.
Public enumerationValueTrimmingOptions
Field trimming options.