Uses of Class
edu.washington.cs.sounddetector.server.api.exception.CantBuildClassifierException

Packages that use CantBuildClassifierException
edu.washington.cs.sounddetector.server.api   
 

Uses of CantBuildClassifierException in edu.washington.cs.sounddetector.server.api
 

Methods in edu.washington.cs.sounddetector.server.api that throw CantBuildClassifierException
 List<Long> SoundDetectorAPI.train(String detectorId, List<LabeledSound> data, SoundFormat soundFormat)
          Sends training data to the server.
 void SoundDetectorAPI.untrain(List<Long> soundIds)
          Untrains sounds from the server's classifier.
 



Copyright © 2012. All Rights Reserved.