UC Berkeley Group for User Interface Research
Updated November 17, 2000

edu.berkeley.guir.lib.satin.recognizer
Class Classification

java.lang.Object
  |
  +--edu.berkeley.guir.lib.collection.SortedValueMap
        |
        +--edu.berkeley.guir.lib.collection.SortedValueNumMap
              |
              +--edu.berkeley.guir.lib.satin.recognizer.Classification

public class Classification
extends SortedValueNumMap

Satin's standard stroke classification format. Essentially a map of (type, probability), automatically sorted in descending order. This should be used as a bridge between other classification formats and Satin.

This software is distributed under the Berkeley Software License.

 Revisions:  - SATIN-v1.0-1.0.0, Jul 19 1999, JH
               Created class
             - SATIN-v2.1-1.0.0, Aug 11 2000, JH
               Touched for SATIN release
 

Since:
JDK 1.2
Version:
SATIN-v2.1-1.0.0, Aug 11 2000
Author:
Jason Hong ( jasonh@cs.berkeley.edu )

Constructor Summary
Classification()
           
 
Method Summary
static void main(String[] argv)
           
 
Methods inherited from class edu.berkeley.guir.lib.collection.SortedValueNumMap
put, put, put, put, setAscending, setDefaultAscending, setDefaultSumThreshold, setDefaultThreshold, setDefaultUseSumThreshold, setDefaultUseThreshold, setSumThreshold, setThreshold, setUseSumThreshold, setUseThreshold
 
Methods inherited from class edu.berkeley.guir.lib.collection.SortedValueMap
clear, containsKey, containsValue, entrySet, equals, get, getFirstKey, getFirstValue, getLargestKey, getLargestValue, getLastKey, getLastValue, getSmallestKey, getSmallestValue, isEmpty, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Classification

public Classification()
Method Detail

main

public static void main(String[] argv)

Copyright Information