Class StreamingGradientBoostedTrees.SGBT

    • Constructor Detail

    • Method Detail

      • trainOnInstance

        public void trainOnInstance​(Instance inst)
      • getDescription

        public void getDescription​(StringBuilder sb,
                                   int indent)
        Description copied from interface: MOAObject
        Returns a string representation of this object. Used in AbstractMOAObject.toString to give a string representation of the object.
        Parameters:
        sb - the stringbuilder to add the description
        indent - the number of characters to indent
      • initEnsemble

        public void initEnsemble​(Instance inst)
      • trainBoosterUsingSoftmaxCrossEntropyLoss

        public void trainBoosterUsingSoftmaxCrossEntropyLoss​(Instance inst)
      • getVotesForInstance

        public double[] getVotesForInstance​(Instance inst)