Exemplo n.º 1
0
 def __init__(self,
              conf,
              trainingSet=None,
              testSet=None,
              relation=None,
              fold='[1]'):
     SocialRecommender.__init__(self,
                                conf=conf,
                                trainingSet=trainingSet,
                                testSet=testSet,
                                relation=relation,
                                fold=fold)
Exemplo n.º 2
0
Arquivo: ESRF.py Projeto: lugt/RecQ
 def __init__(self,
              conf,
              trainingSet=None,
              testSet=None,
              relation=None,
              fold='[1]'):
     DeepRecommender.__init__(self,
                              conf=conf,
                              trainingSet=trainingSet,
                              testSet=testSet,
                              fold=fold)
     SocialRecommender.__init__(self,
                                conf=conf,
                                trainingSet=trainingSet,
                                testSet=testSet,
                                relation=relation,
                                fold=fold)
     self.n_layers_G = 3  #the number of layers of the alternative neigbhor generation module (generator)