|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LabeledSound | |
---|---|
edu.washington.cs.sounddetector.server.api | |
edu.washington.cs.sounddetector.server.api.method |
Uses of LabeledSound in edu.washington.cs.sounddetector.server.api |
---|
Method parameters in edu.washington.cs.sounddetector.server.api with type arguments of type LabeledSound | |
---|---|
List<Long> |
SoundDetectorAPI.train(String detectorId,
List<LabeledSound> data,
SoundFormat soundFormat)
Sends training data to the server. |
Uses of LabeledSound in edu.washington.cs.sounddetector.server.api.method |
---|
Methods in edu.washington.cs.sounddetector.server.api.method that return types with arguments of type LabeledSound | |
---|---|
List<LabeledSound> |
Train.getData()
|
Method parameters in edu.washington.cs.sounddetector.server.api.method with type arguments of type LabeledSound | |
---|---|
void |
Train.setData(List<LabeledSound> data)
|
Constructor parameters in edu.washington.cs.sounddetector.server.api.method with type arguments of type LabeledSound | |
---|---|
Train(String detectorId,
List<LabeledSound> data,
SoundFormat soundFormat)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |