| Trees | Indices | Help |
|
|---|
|
|
object --+
|
InputReader --+
|
BulkInput --+
|
SegmentedMidiBulkInput --+
|
MidiTaggerTrainingBulkInput
Subclass of SegmentedMidiBulkInput for taking training input for
midi supertaggers. This is identical to SegmentedMidiBulkInput, but has an additional option
chords to specify a path from which to read a AnnotatedDbBulkInput. This may be used by the training
procedure to initialize or train parameters, in addition to the main midi
training input.
Accepts additionally all options accepted by AnnotatedDbBulkInput. These will be passed on to DbBulkInput when it's read in.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
FILE_INPUT_OPTIONS = SegmentedMidiBulkInput.FILE_INPUT_OPTIONS
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
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.
|
|
|||
FILE_INPUT_OPTIONS
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |