edu.mit.sketch.system
Class BBRecognitionItem
java.lang.Object
|
+--edu.mit.sketch.system.BBItem
|
+--edu.mit.sketch.system.BBRecognitionItem
- Direct Known Subclasses:
- BBSketchItem, Property
- public abstract class BBRecognitionItem
- extends BBItem
This is a superclass for all items on the blackboard which are
directly used in recognition of other items. This object includes a
pointer to the Bayes Net node representing this item or
property as well as a method for calculating error that
must be implemented by the subclass.
Created: Mon Jan 14 10:05:39 2002
Copyright: Copyright (C) 2001 by MIT. All rights reserved.
BBRecognitionItem
public BBRecognitionItem(BBItemType type)
getConfidence
public double getConfidence()