public class MeanNode extends Node
Modifier and Type | Method and Description |
---|---|
static MeanNode |
factory(java.lang.String text) |
double |
get_estimated_rate() |
double |
get_mean() |
get_id, get_left, get_leftId, get_right, get_rightId, getBestNode, isLeaf, navigate, parseObs, parsePrimarySplits, parseSurrogateSplits, set_left, set_right, substring, substring
public static MeanNode factory(java.lang.String text)
public double get_estimated_rate()
get_estimated_rate
in class Node