public class TreeID extends org.apache.hadoop.io.LongWritable implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_TREEID |
| Constructor and Description |
|---|
TreeID() |
TreeID(int partition,
int treeId) |
| Modifier and Type | Method and Description |
|---|---|
TreeID |
clone() |
int |
partition()
Data partition (InputSplit's index) that was used to grow the tree
|
void |
set(int partition,
int treeId) |
int |
treeId() |
public static final int MAX_TREEID
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.