Class RankingConstant

java.lang.Object
com.yahoo.searchdefinition.DistributableResource
com.yahoo.searchdefinition.RankingConstant
All Implemented Interfaces:
Comparable<DistributableResource>

public class RankingConstant extends DistributableResource
A global ranking constant distributed using file distribution. Ranking constants must be sent to some services to be useful - this is done by calling the sentTo method during the prepare phase of building models.
Author:
arnej, bratseth
  • Constructor Details

    • RankingConstant

      public RankingConstant(String name)
    • RankingConstant

      public RankingConstant(String name, com.yahoo.tensor.TensorType type, String fileName)
    • RankingConstant

      public RankingConstant(String name, com.yahoo.tensor.TensorType type, String fileName, DistributableResource.PathType pathType)
  • Method Details