com.aiyc.server.standalone.svm
类 MapCategorizerFactory

java.lang.Object
  继承者 com.aiyc.server.standalone.svm.MapCategorizerFactory

public class MapCategorizerFactory
extends Object

作者:
felly

构造方法摘要
MapCategorizerFactory()
           
 
方法摘要
static Categorizer BSSIDCategorizer(String mapId)
           
static void buildCategories(String mapId)
          SVM requires all attributes as real numbers.
static Categorizer LocationCategorizer(String mapId)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

MapCategorizerFactory

public MapCategorizerFactory()
方法详细信息

LocationCategorizer

public static Categorizer LocationCategorizer(String mapId)

BSSIDCategorizer

public static Categorizer BSSIDCategorizer(String mapId)

buildCategories

public static void buildCategories(String mapId)
SVM requires all attributes as real numbers. This function converts location tags and bssids into numeric data.

参数:
dataset -


Copyright © 2017. All Rights Reserved.