A C E F G H I L S T

A

addCategory(Category) - Method in class textclassifier.mining.largeItemset
Adds a new category into the set of categories associated with the itemset
addItem(fitem) - Method in class textclassifier.mining.largeItemset
Adds item to the itemset
AssociationRule - Class in textclassifier.mining
Class representing an association rule used for classifivation (Items => Category)
AssociationRule(largeItemset, Category, float, double) - Constructor for class textclassifier.mining.AssociationRule
Constructor of the class

C

compareTo(Object) - Method in class textclassifier.mining.AssociationRule
Compares an association rule with other association rule, which is more general
covers(fitem) - Method in class textclassifier.mining.fitem
Tests if the items is covered by other item

E

equals(Object) - Method in class textclassifier.mining.fitem
Tests if two items are equal

F

fitem - Class in textclassifier.mining
Class representing an item of a frequent itemset
fitem(String, String) - Constructor for class textclassifier.mining.fitem
Constructor of the item with string value
fitem(String, int) - Constructor for class textclassifier.mining.fitem
Constructor of the item with integer value
fitem(String, double) - Constructor for class textclassifier.mining.fitem
Constructor of the item with double value

G

getAbsSupp() - Method in class textclassifier.mining.largeItemset
Returns absolute support of frequent itemset
getAntecendent() - Method in class textclassifier.mining.AssociationRule
Returns a set of items contained on the left hand side of a rule
getAttNames() - Method in class textclassifier.mining.largeItemset
Gets a set of attribute names which correspond to the items of itemset
getAttributeName() - Method in class textclassifier.mining.fitem
Returns a name of attribute in the item
getAttributeNameMyHash() - Method in class textclassifier.mining.fitem
Returns a hashed value generated form the name of the attribute
getAttributeType() - Method in class textclassifier.mining.fitem
Returns java.sql type of the value in the item
getAttributeValueDouble() - Method in class textclassifier.mining.fitem
Returns the value of the item, if its type is double
getAttributeValueInt() - Method in class textclassifier.mining.fitem
Returns the value of the item, if its type is integer
getAttributeValueString() - Method in class textclassifier.mining.fitem
Returns the value of the item, if its type is string
getConfidence() - Method in class textclassifier.mining.AssociationRule
Returns a value of confidence of an assocation rule
getConsequecent() - Method in class textclassifier.mining.AssociationRule
Returns a category contained on the right hand side of a rule
getDiscretedInterval() - Method in class textclassifier.mining.fitem
Returns a discretized interval, if an item is discretized, else null
getItemSet() - Method in class textclassifier.mining.largeItemset
Returns a set of items
getSqlCondition() - Method in class textclassifier.mining.largeItemset
Returns an SQL condition for WHERE clause corresponding to the content of itemset
getStringCondition() - Method in class textclassifier.mining.fitem
Returns an SQL condition for WHERE clause corresponding to the content of the item
getSupport() - Method in class textclassifier.mining.AssociationRule
Returns a value of support of an assocation rule
getSupport() - Method in class textclassifier.mining.largeItemset
Returns the support of frequent itemset

H

hasAtt(String) - Method in class textclassifier.mining.largeItemset
Finds out, if some of the items contains given attribute
hashCode() - Method in class textclassifier.mining.fitem
Returns a hashed code of the whole system - it takes both attribute name and its value
hasSameAtts(largeItemset) - Method in class textclassifier.mining.largeItemset
Tests if an itemset has the same set of attributes in items as the second itemset

I

isAttributeDouble() - Method in class textclassifier.mining.fitem
Tests if the attribute type is double
isAttributeInt() - Method in class textclassifier.mining.fitem
Tests if the attribute type is integer
isAttributeString() - Method in class textclassifier.mining.fitem
Tests if the attribute type is string
isDiscreted() - Method in class textclassifier.mining.fitem
Tests if an item contains discretized interval

L

largeItemset - Class in textclassifier.mining
Class representing a frequent itemset used to obtain association rules
largeItemset() - Constructor for class textclassifier.mining.largeItemset
Constructor of the class (only initialization)
largeItemset(HashSet<fitem>, int) - Constructor for class textclassifier.mining.largeItemset
Constructor of the class (with set of items and absolute support)
largeItemset(HashSet<fitem>, double) - Constructor for class textclassifier.mining.largeItemset
Constructor of the class (with set of items and support)

S

setAbsSupp(int) - Method in class textclassifier.mining.largeItemset
Sets the absolute support value of the itemset
setDiscretedInterval(DiscInterval) - Method in class textclassifier.mining.fitem
Sets a discretized interval of the item
setItemSet(HashSet<fitem>) - Method in class textclassifier.mining.largeItemset
Sets itemset as itemset of LargeItemset object
setSupport(double) - Method in class textclassifier.mining.largeItemset
Sets the support value of the itemset
size() - Method in class textclassifier.mining.largeItemset
Returns size of the itemset

T

textclassifier.mining - package textclassifier.mining
 
toShortString() - Method in class textclassifier.mining.largeItemset
Converts information about frequent itemset into a shorter string
toString() - Method in class textclassifier.mining.AssociationRule
Converts information about association rule into a string
toString() - Method in class textclassifier.mining.fitem
Converts information about the item into a string
toString() - Method in class textclassifier.mining.largeItemset
Converts information about frequent itemset into a string
type - Variable in class textclassifier.mining.fitem
Data type (from java.sql)

A C E F G H I L S T