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

com.expleague.ml.models.pgm.Route Maven / Gradle / Ivy

package com.expleague.ml.models.pgm;

/**
 * User: solar
 * Date: 07.04.14
 * Time: 21:36
 */
public interface Route {
  double p();
  int last();
  int length();

  ProbabilisticGraphicalModel dstOwner(int stepNo);
  int dst(int stepNo);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy