Interface IDtoTreeModelFunction
- All Superinterfaces:
IDtoAbstractFunction
- All Known Implementing Classes:
DtoTreeModelFunction
A TreeModel is a tree regressor fine-tuned with the training data. Numeric input and output.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
Engine internal.long
getRoot()
Engine internal.Long[]
Engine internal.getTree()
Engine internal.getType()
Type of this object.void
setId
(long id) Engine internal.void
setRoot
(long root) Engine internal.void
setSources
(Long[] sources) Engine internal.void
setTree
(IDtoTreeNode[] tree) Engine internal.
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()Type of this object.- Specified by:
getType
in interfaceIDtoAbstractFunction
-
getId
long getId()Engine internal.- Specified by:
getId
in interfaceIDtoAbstractFunction
-
setId
void setId(long id) Engine internal.- Specified by:
setId
in interfaceIDtoAbstractFunction
-
getSources
Long[] getSources()Engine internal. -
setSources
Engine internal. -
getTree
IDtoTreeNode[] getTree()Engine internal. -
setTree
Engine internal. -
getRoot
long getRoot()Engine internal. -
setRoot
void setRoot(long root) Engine internal.
-