Uses of Class
org.weblab_project.services.trainable.types.TrainArgs

Packages that use TrainArgs
org.weblab_project.services.trainable   
org.weblab_project.services.trainable.types   
 

Uses of TrainArgs in org.weblab_project.services.trainable
 

Methods in org.weblab_project.services.trainable with parameters of type TrainArgs
 TrainReturn Trainable.train(TrainArgs args)
          Train using the resources previously added to the training set identified by the usage context.
 

Uses of TrainArgs in org.weblab_project.services.trainable.types
 

Methods in org.weblab_project.services.trainable.types that return TrainArgs
 TrainArgs ObjectFactory.createTrainArgs()
          Create an instance of TrainArgs
 

Methods in org.weblab_project.services.trainable.types that return types with arguments of type TrainArgs
 javax.xml.bind.JAXBElement<TrainArgs> ObjectFactory.createTrainArgs(TrainArgs value)
          Create an instance of JAXBElement<TrainArgs>}
 

Methods in org.weblab_project.services.trainable.types with parameters of type TrainArgs
 javax.xml.bind.JAXBElement<TrainArgs> ObjectFactory.createTrainArgs(TrainArgs value)
          Create an instance of JAXBElement<TrainArgs>}
 



Copyright © 2004-2009. All Rights Reserved.