com.aiyc.server.standalone.svm
类 Categorizer

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

public class Categorizer
extends Object

作者:
felly

字段摘要
protected  Hashtable<String,Integer> categoryToIdDictionary
           
protected  Integer ID
           
 
构造方法摘要
Categorizer()
           
 
方法摘要
 Integer AddCategory(String name)
           
 void clear()
           
 String GetCategory(Integer id)
           
 Integer GetCategoryID(String name)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

categoryToIdDictionary

protected Hashtable<String,Integer> categoryToIdDictionary

ID

protected Integer ID
构造方法详细信息

Categorizer

public Categorizer()
方法详细信息

clear

public void clear()

AddCategory

public Integer AddCategory(String name)

GetCategory

public String GetCategory(Integer id)

GetCategoryID

public Integer GetCategoryID(String name)


Copyright © 2017. All Rights Reserved.