Uses of Class
edu.washington.cs.sounddetector.server.api.object.LabeledSound

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)
           
 



Copyright © 2012. All Rights Reserved.