Sorting is done based on distance from the origin in feature space.
Definition at line 49 of file SortComposer.java.
Public Methods | |
SortComposer (String[] args) | |
SortComposer constructor. | |
void | setup () throws IOException, ParserException |
Setup the Composer - read in files, etc. | |
EDLFile | compose () |
Compose an EDLFile. | |
Static Public Attributes | |
String | description |
|
SortComposer constructor. Parses command line arguments Definition at line 109 of file SortComposer.java. References meapsoft.MEAPUtil.parseChunkDist(), composers.Composer.parseCommands(), and meapsoft.MEAPUtil.parseFeatDim(). |
|
Compose an EDLFile. This is where the magic happens. Implements composers.Composer. Reimplemented in composers.NNComposer. Definition at line 181 of file SortComposer.java. |
|
Setup the Composer - read in files, etc. This should be called before any call to compose() to ensure that the inputs and outputs are properly initialized. Reimplemented from composers.Composer. Definition at line 170 of file SortComposer.java. |
|
Initial value: "Sorts the " + "features in ascending or descending " + "order. If there are multiple features, " + "or more than one value per feature, it " + "sorts according to distance in" + " Euclidean space." Reimplemented from composers.Composer. Definition at line 51 of file SortComposer.java. |