All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.expleague.ml.models.gpf.AttractivenessModel Maven / Gradle / Ivy

package com.expleague.ml.models.gpf;

import com.expleague.commons.math.vectors.impl.vectors.SparseVec;

/**
 * Created by irlab on 07.10.2014.
 */
public interface AttractivenessModel {
  double eval_f(Session ses, int s, int e, int click_s);

  SparseVec feats(Session ses, int s, int e, int click_s);

  int getEdgeFeatCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy