パッケージ org.piax.common.subspace

クラス Near

java.lang.Object
org.piax.common.subspace.Near
すべての実装されたインタフェース:
Serializable, Destination

public class Near
extends Object
implements Destination
A class that corresponds to a k-nearest
関連項目:
直列化された形式
  • コンストラクタの詳細

    • Near

      public Near​(double x, double y, int k)
      パラメータ:
      x - the x coordinate.
      y - the y coordinate.
      k - the k parameter of top-K.
    • Near

      public Near​(Point2D p, int k)
  • メソッドの詳細