Class RankingConstant


  • 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 Detail

      • RankingConstant

        public RankingConstant​(java.lang.String name)
      • RankingConstant

        public RankingConstant​(java.lang.String name,
                               com.yahoo.tensor.TensorType type,
                               java.lang.String fileName)
    • Method Detail

      • setType

        public void setType​(com.yahoo.tensor.TensorType type)
      • getTensorType

        public com.yahoo.tensor.TensorType getTensorType()
      • getType

        public java.lang.String getType()