MyMediaLite  3.02
Enumerations
Package MyMediaLite.Taxonomy

This namespace contains taxonomical data structures, i.e. data structures that help us to describe what kind of a thing something is. More...

Enumerations

enum  EntityType { USER, ITEM, TAG, TIMESTAMP }
 Type to refer to different kinds of entities like users and items. More...
enum  KDDCupItemType {
  Track, Album, Artist, Genre,
  None
}
 Enumeration representing one of the 4 possible item types in the KDD Cup 2011 data. More...

Detailed Description

This namespace contains taxonomical data structures, i.e. data structures that help us to describe what kind of a thing something is.


Enumeration Type Documentation

enum EntityType

Type to refer to different kinds of entities like users and items.

Enumerator:
USER 

users

ITEM 

items like movies, DVDs, books, products, etc.

TAG 

folksonomy tags

TIMESTAMP 

timestamps

Enumeration representing one of the 4 possible item types in the KDD Cup 2011 data.

Enumerator:
Track 

a track/song

Album 

a music album

Artist 

an artist/interpret

Genre 

a music genre

None 

none of the above