Package | Description |
---|---|
input |
Provides classes for accessing and retrieving the input of the Linked Profiler, namely the GAIN user tracking and preference learning web service.
|
profile |
Provides the classes necessary to create the user profiles' history tracker, convert them to ontological user profiles and export them to files.
|
store |
Contains utility classes for basic I/O operations concerning ontology or profile related files.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ProfileConcept> |
readPMML.xmlOutput(PMMLParserHandler Object)
Xml output.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ProfileConcept> |
PlainUserProfileCreator.getAssociatedRules(PMMLParserHandler Object)
Parse function that gets the associated rules from a PMML file..
|
static java.util.List<ProfileConcept> |
PlainUserProfileCreator.updateAssociacionRules(PlainUserProfileCreator ts,
PMMLParserHandler Object,
java.util.List<ProfileConcept> associationRules,
java.util.List<ProfileConcept> xml,
java.util.List<ProfileConcept> simpleConcepts)
Update associacion rules.
|
Modifier and Type | Method and Description |
---|---|
void |
PMMLParserHandler.printAll(PMMLParserHandler myHandlerObject)
Method that prints all details derived from parsex PMML file.
|
void |
PMMLParserHandler.usePointers(PMMLParserHandler mHObject)
Prints the associative rules which pointers reference.
|