textclassifier.ARCBC
Class ArcBCdiscretizer

java.lang.Object
  extended by textclassifier.ARCBC.ArcBCdiscretizer

public class ArcBCdiscretizer
extends java.lang.Object

Class containing function responsible for discretization of numeric attributes


Constructor Summary
ArcBCdiscretizer()
           
 
Method Summary
 LookupTable discretize(MySQLAccess dbaccess, documentConnecterBC dbconnect)
          Does discretization on the selected attributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArcBCdiscretizer

public ArcBCdiscretizer()
Method Detail

discretize

public LookupTable discretize(MySQLAccess dbaccess,
                              documentConnecterBC dbconnect)
Does discretization on the selected attributes

Parameters:
dbaccess - information necessary for database connection
dbconnect - information about documents a their attributes, which should be discretized
Returns:
a table of created intervals