| Trees | Indices | Help |
|
|---|
|
|
object --+
|
InputReader --+
|
BulkInput
Ways of accepting multiple inputs at once. These types can be used by the parser script, whch will iterate over the component inputs.
The classes should be iterable and iterate over the inputs.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
INPUT_TYPE = Nonehash(x) |
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Returns an object of the same type containing the data points in the given ranges, given as [start,end) pairs. Give multiple ranges as successive arguments. A default implementation is provided, but subclasses may want to provide their own if this is not appropriate. |
Generate an n-way partition and the corresponding heldout sets for the data set. The objects returned are of the same bulk input type.
|
Returns a list containing a string identifier for each input. What this is depends on the input type. At its simplest it may be just an integer. In cases where something more informative is available (e.g. a filename), this will be returned instead. Whatever happens, each input will have a unique identifier. This is useful, for example, for creating an output file for each input. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |