|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttextclassifier.ARCBC.ArcBCclassifier
public class ArcBCclassifier
Class that contains several methods necessary for classification phase of the method.
Constructor Summary | |
---|---|
ArcBCclassifier()
|
Method Summary | |
---|---|
int |
classifyDocument(java.util.ArrayList<AssociationRule> ARC,
Document D,
double conf_tresh)
Classifies document represented by object Document |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArcBCclassifier()
Method Detail |
---|
public int classifyDocument(java.util.ArrayList<AssociationRule> ARC, Document D, double conf_tresh)
ARC
- set of assocation rules obtained by training phaseD
- document (a row for the input table) to be classifiedconf_tresh
- minimum confidence threshold
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |