Fixed
- [Issue 4](https://github.com/vc1492a/PyNomaly/issues/4) - Separated parameter type checks
from checks for invalid parameter values.
- accepts decorator verifies LocalOutlierProbability parameters are of correct type.
- Parameter value checks moved from .fit() to init.
- Fixed parameter check to ensure extent value is in the range (0., 1.] instead of [0, 1] (extent cannot be zero).
- [Issue 1](https://github.com/vc1492a/PyNomaly/issues/1) - Added type check using accepts decorator for cluster_labels.