|
||||||||||
| 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 dependent 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.3-b02- 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 AccessDeniedException,
ContentNotAvailableException,
InsufficientResourcesException,
InvalidParameterException,
ServiceNotConfiguredException,
UnexpectedException,
UnsupportedRequestException
args -
AccessDeniedException
ContentNotAvailableException
UnsupportedRequestException
ServiceNotConfiguredException
UnexpectedException
InvalidParameterException
InsufficientResourcesException
TrainReturn train(TrainArgs args)
throws AccessDeniedException,
ContentNotAvailableException,
InsufficientResourcesException,
InvalidParameterException,
ServiceNotConfiguredException,
UnexpectedException,
UnsupportedRequestException
args -
AccessDeniedException
ContentNotAvailableException
UnsupportedRequestException
ServiceNotConfiguredException
UnexpectedException
InvalidParameterException
InsufficientResourcesException
ResetTrainedModelReturn resetTrainedModel(ResetTrainedModelArgs args)
throws AccessDeniedException,
ContentNotAvailableException,
InsufficientResourcesException,
InvalidParameterException,
ServiceNotConfiguredException,
UnexpectedException,
UnsupportedRequestException
args -
AccessDeniedException
ContentNotAvailableException
UnsupportedRequestException
UnexpectedException
ServiceNotConfiguredException
InvalidParameterException
InsufficientResourcesException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||