mlpy.mdp.stateaction.Action.set_discretized

Action.set_discretized(val=False)

Sets the discretized flag.

Parameters:

val : bool

Flag identifying whether the features are discretized or not. Default is False.

Raises:

ValueError

If val is not boolean type.