Class RegTree.Node

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

    static class RegTree.Node
    extends java.lang.Object
    implements java.io.Serializable
    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(ModelReader reader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) int cdefault()  
      (package private) boolean default_left()  
      (package private) boolean is_leaf()  
      (package private) int next​(FVec feat)  
      (package private) int split_index()  
      • Methods inherited from class java.lang.Object

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

      • parent_

        final int parent_
      • cleft_

        final int cleft_
      • cright_

        final int cright_
      • sindex_

        final int sindex_
      • leaf_value

        final float leaf_value
      • split_cond

        final float split_cond
      • _defaultNext

        private final int _defaultNext
      • _splitIndex

        private final int _splitIndex
      • _isLeaf

        final boolean _isLeaf
    • Constructor Detail

      • Node

        Node​(ModelReader reader)
        throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • is_leaf

        boolean is_leaf()
      • split_index

        int split_index()
      • cdefault

        int cdefault()
      • default_left

        boolean default_left()
      • next

        int next​(FVec feat)