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)
           
 
方法摘要
 float[] getClusterMean()
           
 List<Clusterable> getItems()
           
 float[] getLocation()
           
 float getX()
           
 float getY()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.