mlpy.mdp.stateaction.State.set_discretized

State.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.