-S Skip identical instances (distances equal to zero).
335336337338339340341342343
className, nnSearchClassSpec) ); } else this.setNearestNeighbourSearchAlgorithm(new LinearNNSearch()); super.setOptions(options); }
709710711712713714715716717
className, nnSearchClassSpec) ); } else this.setNearestNeighbourSearchAlgorithm(new LinearNNSearch()); Utils.checkForRemainingOptions(options); }
700701702703704705706707708
336337338339340341342343344
710711712713714715716717718