|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.beadsproject.beads.core.Bead
net.beadsproject.beads.analysis.FeatureExtractor<float[],float[]>
net.beadsproject.beads.analysis.featureextractors.BasicTimeDataWriter
public class BasicTimeDataWriter
BasicTimeDataWriter grabs forwarded feature data and prints it to a file in a simple format. Each line contains the running time of the AC and a set of features at that timestep. Each individual feature is separated by whitespace.
Field Summary |
---|
Fields inherited from class net.beadsproject.beads.analysis.FeatureExtractor |
---|
featureDescriptions, features, name, numFeatures |
Constructor Summary | |
---|---|
BasicTimeDataWriter(AudioContext ac,
java.io.FileOutputStream fos)
Instantiates a new BasicDataWriter with the given FileOutputStream. |
Method Summary | |
---|---|
void |
process(float[] data)
Process some data of type P (specified by the class def). |
Methods inherited from class net.beadsproject.beads.analysis.FeatureExtractor |
---|
getFeatureDescriptions, getFeatures, getName, getNumberOfFeatures, setName, setNumberOfFeatures |
Methods inherited from class net.beadsproject.beads.core.Bead |
---|
getKillListener, isDeleted, isPaused, kill, message, messageReceived, pause, setKillListener, start, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BasicTimeDataWriter(AudioContext ac, java.io.FileOutputStream fos)
fos
- the FileOutputStream.Method Detail |
---|
public void process(float[] data)
FeatureExtractor
process
in class FeatureExtractor<float[],float[]>
data
- the data.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |