dreye.ReceptorEstimator.in_hull#
- ReceptorEstimator.in_hull(B=None, relative=True, normalized=False)[source]#
If relative captures are within the system’s hull.
- Parameters:
- Bndarray of shape (n_samples, n_filters)
Relative total capture points. If None, the registered B is used. Defaults to None.
- Returns:
- ndarray of shape (n_samples)
Whether the sample is within the stimulation system’s convex hull.