Class WTreeNode
- java.lang.Object
- 
- org.apache.sysds.runtime.compress.workload.AWTreeNode
- 
- org.apache.sysds.runtime.compress.workload.WTreeNode
 
 
- 
 public class WTreeNode extends AWTreeNode A Node in the WTree, this is used for any nodes that are not the root.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.sysds.runtime.compress.workload.AWTreeNodeAWTreeNode.WTNodeType
 
- 
 - 
Constructor SummaryConstructors Constructor Description WTreeNode(AWTreeNode.WTNodeType type, int reps)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetReps()- 
Methods inherited from class org.apache.sysds.runtime.compress.workload.AWTreeNodeaddChild, addOp, getChildNodes, getOps, getType, isEmpty, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
WTreeNodepublic WTreeNode(AWTreeNode.WTNodeType type, int reps) 
 
- 
 
-