|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Base interface for Classifier that use training sets to build a document matching knowledge base.
| Method Summary | |
void |
addTrainingSet(TrainingDocumentSet trainingSet,
RaritanPageContext pContext)
Add a training set to the document matcher. |
DocumentMatchBean[] |
classify(Document document,
RaritanPageContext pContext)
Classsifies a Document by returning 0 or more DocumentMatchBean objects. |
java.lang.String |
getName()
|
java.lang.String |
getType()
|
boolean |
isTrained()
return true if the Classifier is ready to accept match requests. |
void |
setName(java.lang.String name)
set the name of this matcher. |
| Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable |
initialize |
| Method Detail |
public void setName(java.lang.String name)
public java.lang.String getName()
public java.lang.String getType()
public void addTrainingSet(TrainingDocumentSet trainingSet,
RaritanPageContext pContext)
public boolean isTrained()
public DocumentMatchBean[] classify(Document document,
RaritanPageContext pContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||