com.alibaba.simpleimage.analyze.search.cluster.impl
类 Point
java.lang.Object
com.alibaba.simpleimage.analyze.search.cluster.impl.Point
- 所有已实现的接口:
- Clusterable
public class Point
- extends Object
- implements Clusterable
类Point.java的实现描述:TODO 类实现描述
- 作者:
- axman 2013-7-24 上午11:28:26
|
构造方法摘要 |
Point(float x,
float y)
|
Point
public Point(float x,
float y)
getX
public float getX()
getY
public float getY()
getLocation
public float[] getLocation()
- 指定者:
- 接口
Clusterable 中的 getLocation
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
getItems
public List<Clusterable> getItems()
getClusterMean
public float[] getClusterMean()
Copyright © 2012–2015 Alibaba Group. All rights reserved.