Class RBWeakRanker


  • public class RBWeakRanker
    extends java.lang.Object
    Author:
    vdang Weak rankers for RankBoost.
    • Constructor Summary

      Constructors 
      Constructor Description
      RBWeakRanker​(int fid, double threshold)  
    • Constructor Detail

      • RBWeakRanker

        public RBWeakRanker​(int fid,
                            double threshold)
    • Method Detail

      • getFid

        public int getFid()
      • getThreshold

        public double getThreshold()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object