|
IBM Information Integrator for Content V8.2 APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.beans.infomining.CMBInfoMiningBean | +--com.ibm.mm.beans.infomining.CMBConnectedMiningBean | +--com.ibm.mm.beans.infomining.CMBTextAnalysisBean | +--com.ibm.mm.beans.infomining.CMBCategorizationService
The CMBCategorizationService is a non-visual bean that can be used to determine document categories.
The analysis is done using the training results of the
specified catalog
.
Properties and Events Overview: pre-conditions open server connection properties (default) catalogName ("") maxResults (1) minConfidence (0.0) categorySeparator ('/') resultListSeparator (',') traceEnabled (false) bound properties none constrained properties none event target for CMBTextAnalysisRequestEvent CMBConnectionReplyEvent event source for CMBExceptionEvent CMBTraceEvent CMBTextAnalysisReplyEvent CMBTextAnalysisRequestEvent CMBStoreRecordRequestEvent
Constructor Summary | |
CMBCategorizationService()
Constructs a new CMBCategorizationService. |
Method Summary | |
java.lang.String |
getCatalogName()
Returns the current catalog name. |
char |
getCategorySeparator()
Returns the character that is used to separate category names. |
int |
getMaxResults()
Returns the current maximum number of categories to be returned during the analysis of an item. |
float |
getMinConfidence()
Returns the current minimum confidence. |
char |
getResultListSeparator()
Returns the character that is used to separate category paths in the record. |
void |
setCatalogName(java.lang.String catalogName)
Sets the name of the catalog to be used. |
void |
setCategorySeparator(char separator)
Sets the character to be used to separated category names. |
void |
setMaxResults(int maxResults)
Sets the maximum number of categories to be returned during the analysis of an item. |
void |
setMinConfidence(float minConfidence)
Sets the minimum confidence. |
void |
setResultListSeparator(char separator)
Sets the character to be used to separated category paths in the record. |
Methods inherited from class com.ibm.mm.beans.infomining.CMBTextAnalysisBean |
addCMBStoreRecordRequestListener, addCMBTextAnalysisReplyListener, addCMBTextAnalysisRequestListener, finalize, onCMBTextAnalysisRequest, removeCMBStoreRecordRequestListener, removeCMBTextAnalysisReplyListener, removeCMBTextAnalysisRequestListener |
Methods inherited from class com.ibm.mm.beans.infomining.CMBConnectedMiningBean |
getConnection, isConnected, onCMBConnectionReply, setConnection, validateConnection |
Methods inherited from class com.ibm.mm.beans.infomining.CMBInfoMiningBean |
addCMBExceptionListener, addCMBTraceListener, isTraceEnabled, removeCMBExceptionListener, removeCMBTraceListener, setTraceEnabled |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CMBCategorizationService()
Method Detail |
public void setCatalogName(java.lang.String catalogName)
catalogName
- the catalog name.getCatalogName()
public java.lang.String getCatalogName()
setCatalogName(String)
public void setMinConfidence(float minConfidence)
minConfidence
- a value between 0.0
and 1.0
getMinConfidence()
public float getMinConfidence()
setMinConfidence(float)
public void setMaxResults(int maxResults)
0
means all categories are shown.maxResults
- the number of categories to be returnedgetMaxResults()
public int getMaxResults()
setMaxResults(int)
public void setResultListSeparator(char separator)
separator
- the character to be used as separatorgetResultListSeparator()
public char getResultListSeparator()
setResultListSeparator(char)
public void setCategorySeparator(char separator)
spearator
- the character to be used to separate category namesgetCategorySeparator()
public char getCategorySeparator()
setCategorySeparator(char)
|
IBM Information Integrator for Content V8.2 APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |