java.lang.Object
org.elasticsearch.xpack.core.ml.inference.trainedmodel.inference.TreeInferenceModel.Node
All Implemented Interfaces:
org.apache.lucene.util.Accountable
Direct Known Subclasses:
TreeInferenceModel.InnerNode, TreeInferenceModel.LeafNode
Enclosing class:
TreeInferenceModel

public abstract static class TreeInferenceModel.Node extends Object implements org.apache.lucene.util.Accountable
  • Field Summary

    Fields inherited from interface org.apache.lucene.util.Accountable

    NULL_ACCOUNTABLE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.lucene.util.Accountable

    getChildResources, ramBytesUsed
  • Constructor Details

    • Node

      public Node()
  • Method Details

    • isLeaf

      public boolean isLeaf()