OPTICS constructor

OPTICS(
  1. double epsilon,
  2. int minPts
)

Implementation

OPTICS(this.epsilon, this.minPts);