Class Predictor.ModelParam

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Predictor

    static class Predictor.ModelParam
    extends java.lang.Object
    implements java.io.Serializable
    Parameters.
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelParam​(float base_score, int num_feature, ModelReader reader)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • base_score

        final float base_score
      • num_feature

        final int num_feature
      • num_class

        final int num_class
      • saved_with_pbuffer

        final int saved_with_pbuffer
      • reserved

        final int[] reserved
    • Constructor Detail

      • ModelParam

        ModelParam​(float base_score,
                   int num_feature,
                   ModelReader reader)
            throws java.io.IOException
        Throws:
        java.io.IOException