|   | IExplorationPolicyChooseAction Method  | 
        
         
            Choose an action.
            
 
    Namespace: 
   Accord.MachineLearning
    Assembly:
   Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
 Syntax
Syntaxint ChooseAction(
	double[] actionEstimates
)
Function ChooseAction ( 
	actionEstimates As Double()
) As Integer
Parameters
- actionEstimates
- Type: SystemDouble
 Action estimates.
Return Value
Type: 
Int32Returns selected action.
 Remarks
RemarksThe method chooses an action depending on the provided estimates. The
            estimates can be any sort of estimate, which values usefulness of the action
            (expected summary reward, discounted reward, etc).
 See Also
See Also