public class MultipleAdditiveTreesModel.RegressionTreeNode extends Object
Constructor and Description |
---|
RegressionTreeNode() |
Modifier and Type | Method and Description |
---|---|
boolean |
isLeaf() |
void |
setFeature(String feature) |
void |
setLeft(Object left) |
void |
setRight(Object right) |
void |
setThreshold(float threshold) |
void |
setThreshold(String threshold) |
void |
setValue(float value) |
void |
setValue(String value) |
String |
toString() |
public void setValue(float value)
public void setValue(String value)
public void setFeature(String feature)
public void setThreshold(float threshold)
public void setThreshold(String threshold)
public void setLeft(Object left)
public void setRight(Object right)
public boolean isLeaf()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.