- characters(char[], int, int) - Method in class store.PMMLParserHandler
-
- compareTo(CTerm) - Method in class data.CTerm
-
- compareTo(ProfileConcept) - Method in class data.ProfileConcept
-
Compares the weight of two ProfileConcept
objects.
- Concept - Class in data
-
The structure representing an ontology concept.
- Concept(String, Vector<CTerm>, double) - Constructor for class data.Concept
-
Instantiates a new ontology concept.
- Concept(String, double) - Constructor for class data.Concept
-
Instantiates a new concept.
- Concept(String, double, double, long) - Constructor for class data.Concept
-
Instantiates a new concept.
- Concept(String, double, double, long, String) - Constructor for class data.Concept
-
Instantiates a new concept.
- Concept(String, String, double) - Constructor for class data.Concept
-
Instantiates a new concept.
- conceptIso(String) - Method in class util.StringEditUtil
-
conceptIso method isolates different concepts from a given antecedent
string,stores them into an ArrayList which it also returns.
- conceptParser(String) - Method in class util.StringEditUtil
-
conceptParser method creates an ArrayList containing the Concepts
that derive from every Associative Rule.
- Config - Class in sys
-
Configuration class intended to provide global reference to input and output paths and URLs.
- Config() - Constructor for class sys.Config
-
- constructProfile(KnowledgeBase) - Method in class profile.UserProfileConstructor
-
Construction method that creates a new file (or overwrites an existing
one) which will contain the user profile rule in the KRSS format.
- constructProfile(KnowledgeBase, Double) - Method in class profile.UserProfileConstructor
-
Construction method that creates a new file (or overwrites an existing
one) which will contain the user profile rule in the KRSS format.
- Counter - Class in util
-
A simple class that counts the number of transactions of a specific user.
- Counter() - Constructor for class util.Counter
-
- createKRSSProfile(String, String) - Static method in class test.TestUserProfileCreator
-
Constructs a new KRSS user profile - one can use a set of test concepts
defined explicitly, or generate random transactions and feed them to the
constructor.
- createKRSSProfile(String, String, Double) - Static method in class test.TestUserProfileCreator
-
Constructs a new KRSS user profile - one can use a set of test concepts
defined explicitly, or generate random transactions and feed them to the
constructor.
- createProfileFormat(String) - Method in class test.TestUserProfileCreator
-
Creates a file containing the profile concepts for the given user as well
as certain attributes for each profile concept (weight,
positive/negative).
- createUserProfileFile(String, String) - Static method in class store.ProfileIO
-
Creates a file containing the user profile rule.
- CTerm - Class in data
-
A representation of a concept term, i.e.
- CTerm(List<CTerm>, double, boolean) - Constructor for class data.CTerm
-
Instantiates a new concept term.
- CTerm(String, double, boolean) - Constructor for class data.CTerm
-
Instantiates a new concept-term.
- CTerm(String, String, double, boolean) - Constructor for class data.CTerm
-
Instantiates a new concept-term.
- CTerm(String) - Constructor for class data.CTerm
-
Instantiates a new concept-term.
- CTerm(String, String) - Constructor for class data.CTerm
-
Instantiates a new concept-term.
- CTerm(String, boolean) - Constructor for class data.CTerm
-
Instantiates a new concept-term from a String.