Interface IDtoTreeModelFunction

All Superinterfaces:
IDtoAbstractFunction
All Known Implementing Classes:
DtoTreeModelFunction

public interface IDtoTreeModelFunction extends IDtoAbstractFunction
A TreeModel is a tree regressor fine-tuned with the training data. Numeric input and output.
  • Field Details

  • Method Details

    • getType

      String getType()
      Type of this object.
      Specified by:
      getType in interface IDtoAbstractFunction
    • getId

      long getId()
      Engine internal.
      Specified by:
      getId in interface IDtoAbstractFunction
    • setId

      void setId(long id)
      Engine internal.
      Specified by:
      setId in interface IDtoAbstractFunction
    • getSources

      Long[] getSources()
      Engine internal.
    • setSources

      void setSources(Long[] sources)
      Engine internal.
    • getTree

      IDtoTreeNode[] getTree()
      Engine internal.
    • setTree

      void setTree(IDtoTreeNode[] tree)
      Engine internal.
    • getRoot

      long getRoot()
      Engine internal.
    • setRoot

      void setRoot(long root)
      Engine internal.