IBM Information Integrator for Content V8.2 APIs

com.ibm.mm.sdk.common.infomining.analysis
Class DKIKFCategorizationResult

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.infomining.analysis.DKIKFCategorizationResult
All Implemented Interfaces:
java.io.Serializable

public abstract class DKIKFCategorizationResult
extends java.lang.Object
implements java.io.Serializable

Represents the result of the DKIKFCategorizer.

See Also:
Serialized Form

Constructor Summary
protected DKIKFCategorizationResult()
          Objects can be obtained from DKIKFCategorizer.
 
Method Summary
abstract  DKIKFCategory getCategory()
          Returns the category of this result.
abstract  float getConfidence()
          Returns a level of confidence between 0 and 1 how sure the catgory is.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKIKFCategorizationResult

protected DKIKFCategorizationResult()
Objects can be obtained from DKIKFCategorizer.
Method Detail

getCategory

public abstract DKIKFCategory getCategory()
Returns the category of this result. The returned category object does not belong to a taxonomy object. Use getCategory(DKIKFTaxonomy) on the taxonomy object of the catalog to get the appropriate category object.

getConfidence

public abstract float getConfidence()
Returns a level of confidence between 0 and 1 how sure the catgory is.
Returns:
the level of confidence, a value between 0 and 1

IBM Information Integrator for Content V8.2 APIs

© Copyright International Business Machines Corporation 1996, 2003 IBM Corp. All rights reserved.