|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Trainable
The trainable interface will be used to define services of which behavior change dynamically by machine learning. This interface should enable to provide resources to the services. These resources will be used to learned its behavior model. In some services, this model could be dependant of a usage context. The trainable interface will be realised only by services enabling the machine learning procedure on-line (in some case, this step will be done off-line). This class was generated by the JAX-WS RI. JAX-WS RI 2.1.7-b01- Generated source version: 2.1
Method Summary | |
---|---|
AddTrainResourceReturn |
addTrainResource(AddTrainResourceArgs args)
Add the resource to the training set, given a usage context. |
ResetTrainedModelReturn |
resetTrainedModel(ResetTrainedModelArgs args)
Empty training set identified by the usage context. |
TrainReturn |
train(TrainArgs args)
Train using the resources previously added to the training set identified by the usage context. |
Method Detail |
---|
AddTrainResourceReturn addTrainResource(AddTrainResourceArgs args) throws AddTrainResourceException
args
-
AddTrainResourceException
TrainReturn train(TrainArgs args) throws TrainException
args
-
TrainException
ResetTrainedModelReturn resetTrainedModel(ResetTrainedModelArgs args) throws ResetTrainedModelException
args
-
ResetTrainedModelException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |