Main Page   Packages   Class Hierarchy   Compound List   File List   Compound Members  

composers.NNComposer Class Reference

Inheritance diagram for composers.NNComposer:

Inheritance graph
[legend]
Collaboration diagram for composers.NNComposer:

Collaboration graph
[legend]
List of all members.

Detailed Description

Program that composes an EDL by hopping around from chunk to chunk.

Starts from a the first chunk in the source file. Always picks the nearest neighbor in feature space from current chunk. Should replicate Dan Ellis' ordercols.m.

Author:
Ron Weiss ([email protected])

Definition at line 42 of file NNComposer.java.

Public Methods

void printUsageAndExit ()
 NNComposer (String[] args)
 NNComposer constructor.

EDLFile compose ()
 Compose an EDLFile.


Static Public Methods

void main (String[] args)

Static Public Attributes

String description


Constructor & Destructor Documentation

composers.NNComposer.NNComposer String    args[] [inline]
 

NNComposer constructor.

Parses command line arguments

Definition at line 84 of file NNComposer.java.


Member Function Documentation

EDLFile composers.NNComposer.compose   [inline, virtual]
 

Compose an EDLFile.

This is where the magic happens.

Reimplemented from composers.SortComposer.

Definition at line 89 of file NNComposer.java.


Member Data Documentation

String composers.NNComposer.description [static]
 

Initial value:

 "NNComposer starts at the first chunk and proceeds through the sound file " +
        "from each chunk to its nearest neighbor, according to the features " +
        "in the input features file."

Reimplemented from composers.SortComposer.

Definition at line 44 of file NNComposer.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 6 19:02:34 2007 for MEAPsoft by doxygen1.2.18