Neighbor constructor

Neighbor(
  1. int cls,
  2. double dist
)

Implementation

Neighbor(this.cls, this.dist);