Package ML :: Package Data :: Module MLData
[hide private]
[frames] | no frames]

Module MLData

source code

classes to be used to help work with data sets



Classes [hide private]
  MLDataSet
A data set for holding general data (floats, ints, and strings) **Note** this is intended to be a read-only data structure (i.e.
  MLQuantDataSet
a data set for holding quantized data **Note** this is intended to be a read-only data structure (i.e.
Variables [hide private]
  numericTypes = [<type 'int'>, <type 'float'>, <type 'long'>]