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.AWTreeNode
AWTreeNode.WTNodeType 
 - 
 
- 
Constructor Summary
Constructors Constructor Description WTreeNode(AWTreeNode.WTNodeType type, int reps) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetReps()- 
Methods inherited from class org.apache.sysds.runtime.compress.workload.AWTreeNode
addChild, addOp, getChildNodes, getOps, getType, isEmpty, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
WTreeNode
public WTreeNode(AWTreeNode.WTNodeType type, int reps)
 
 - 
 
 -