noise property

List<int> noise

Index of points considered as noise

Implementation

List<int> get noise {
  return _noise;
}