|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbodhidharma.data_structures.Feature
bodhidharma.midi_parsing.one_dimensional_features.FeatureOneDimensional
bodhidharma.midi_parsing.one_dimensional_features.ImportanceOfMiddleRegisterFeature
public class ImportanceOfMiddleRegisterFeature
Each object of this class calculates the value of a single 1-D feature
(described in the getDescription
method) and stores it.
The constructor takes in an intermediate representation of a recording and derives the value of the feature from it.
The getName,
getDescription,
and getCode
methods can be called to get information identifying the feature.
Field Summary |
---|
Fields inherited from class bodhidharma.midi_parsing.one_dimensional_features.FeatureOneDimensional |
---|
value |
Constructor Summary | |
---|---|
ImportanceOfMiddleRegisterFeature(MIDIIntermediateRepresentations recording_info)
Take in the intermediate representations of a MIDI file and generate the feature value based on them. |
Method Summary | |
---|---|
java.lang.String |
getCode()
Returns the code number of the feature. |
java.lang.String |
getDescription()
Returns a sentence or two describing the feature. |
java.lang.String |
getName()
Returns the name of the feature. |
Methods inherited from class bodhidharma.midi_parsing.one_dimensional_features.FeatureOneDimensional |
---|
getValue, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImportanceOfMiddleRegisterFeature(MIDIIntermediateRepresentations recording_info)
Method Detail |
---|
public java.lang.String getName()
getName
in class FeatureOneDimensional
public java.lang.String getDescription()
getDescription
in class FeatureOneDimensional
public java.lang.String getCode()
getCode
in class FeatureOneDimensional
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |