|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pawjaw.classification.crf.lmcbt.trees.Split
public class Split
Field Summary | |
---|---|
double |
false_child_output
|
double |
gain
|
Node |
parent
|
int |
split_feature
|
double |
true_child_output
|
Constructor Summary | |
---|---|
Split(Node parent)
|
Method Summary | |
---|---|
int |
compareTo(Split o)
|
boolean |
isValid()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int split_feature
public double gain
public double true_child_output
public double false_child_output
public Node parent
Constructor Detail |
---|
public Split(Node parent)
Method Detail |
---|
public boolean isValid()
public int compareTo(Split o)
compareTo
in interface java.lang.Comparable<Split>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |