com.aiyc.server.standalone.locator
类 SVMLocator

java.lang.Object
  继承者 com.aiyc.server.standalone.locator.SVMLocator
所有已实现的接口:
ILocator

public class SVMLocator
extends Object
implements ILocator

Locator that uses support vector machines (SVM) to estimate location

作者:
felly

构造方法摘要
SVMLocator()
           
 
方法摘要
 Location locate(Measurement currentMeasurement)
          Tries to find a location which fingerprint measurement matches the Measurement m
 int measurementSimilarityLevel(com.aiyc.base.core.Measurement t, com.aiyc.base.core.Measurement o)
          Returns a similarity level between to measurement.
 Boolean measurmentAreSimilar(com.aiyc.base.core.Measurement t, com.aiyc.base.core.Measurement o)
          Decides whether to measurements are similar.
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

SVMLocator

public SVMLocator()
方法详细信息

locate

public Location locate(Measurement currentMeasurement)
从接口 ILocator 复制的描述
Tries to find a location which fingerprint measurement matches the Measurement m

指定者:
接口 ILocator 中的 locate
参数:
currentMeasurement - Measurement
返回:
Location or null if no location could be found

measurementSimilarityLevel

public int measurementSimilarityLevel(com.aiyc.base.core.Measurement t,
                                      com.aiyc.base.core.Measurement o)
从接口 ILocator 复制的描述
Returns a similarity level between to measurement. This function is called by Measurement#similarityLevel(org.icscn.base.core.Measurement)

指定者:
接口 ILocator 中的 measurementSimilarityLevel
参数:
t - org.icscn.base.core.Measurement
o - org.icscn.base.core.Measurement
返回:
Similarity level
另请参见:
Measurement#similarityLevel(org.icscn.base.core.Measurement)

measurmentAreSimilar

public Boolean measurmentAreSimilar(com.aiyc.base.core.Measurement t,
                                    com.aiyc.base.core.Measurement o)
从接口 ILocator 复制的描述
Decides whether to measurements are similar. This function is called by Measurement#isSimilar(org.icscn.base.core.Measurement)

指定者:
接口 ILocator 中的 measurmentAreSimilar
参数:
t - org.icscn.base.core.Measurement
o - org.icscn.base.core.Measurement
返回:
Similarity level
另请参见:
Measurement#isSimilar(org.icscn.base.core.Measurement)


Copyright © 2017. All Rights Reserved.