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.
|
transform |
Provides classes for bringing LOD-based tracked user preferences to the LUMO ontology that was used in the LinkedTV project.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Vector<GAINFullExport> |
readLatestFullExport.readGAINFullExport(java.lang.String url)
Read gain full export.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ProfileConcept> |
PlainUserProfileCreator.fullExportGainEntitiesAnnotation(java.util.List<GAINEntities> gainEntitiesExportList,
java.util.List<GAINFullExport> fullExportList,
java.util.List<ProfileConcept> pclist)
Full export gain entities annotation.
|
static void |
PlainUserProfileCreator.fullExportToEntitiesAnnotation(java.lang.String accountID,
java.util.List<ProfileConcept> entities,
java.util.List<GAINFullExport> gainFullExportConcepts)
Full export to entities annotation.
|
static java.util.List<ProfileConcept> |
PlainUserProfileCreator.fullExportToProfConceptLTV(java.lang.String userID,
java.lang.String accountID,
java.util.List<GAINFullExport> list)
Parse function that converts the concepts extracted from
translateGAINFullExport to a List containing
ProfConceptLTV objects. |
Modifier and Type | Method and Description |
---|---|
static java.util.List<GAINFullExport> |
transformLODtoLUMO.translateGAINLatestFullExportList(java.lang.String url)
Translate GAIN latest full export list.
|
Modifier and Type | Method and Description |
---|---|
static java.util.HashMap<java.lang.String,java.lang.Double> |
transformLODtoLUMO.translateGAINFullExportConceptsPerSession(GAINFullExport exp)
Translate GAIN full export concepts per session.
|