Uses of Class
edu.washington.cs.sounddetector.server.api.methodresult.TrainResult

Packages that use TrainResult
edu.washington.cs.sounddetector.server.api.methodlogic   
edu.washington.cs.sounddetector.server.api.methodresult   
 

Uses of TrainResult in edu.washington.cs.sounddetector.server.api.methodlogic
 

Methods in edu.washington.cs.sounddetector.server.api.methodlogic that return TrainResult
 TrainResult WriteLogic.train(Train train)
           
 

Uses of TrainResult in edu.washington.cs.sounddetector.server.api.methodresult
 

Methods in edu.washington.cs.sounddetector.server.api.methodresult that return TrainResult
static TrainResult TrainResult.failureCantBuildClassifier(String message)
           
static TrainResult TrainResult.success(List<Long> soundIds)
          Successful TrainResult.
 



Copyright © 2012. All Rights Reserved.