public class RandomForest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RandomForest.OptArgs |
| Constructor and Description |
|---|
RandomForest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
build(Job job,
DRF.DRFParams drfParams,
Data data,
int ntrees,
int numSplitFeatures,
int[] rowsPerChunks)
Build random forest for data stored on this node.
|
static void |
main(java.lang.String[] args) |
static java.util.Map<java.lang.Integer,java.lang.Integer> |
parseStrata(java.lang.String s) |
public static void build(Job job, DRF.DRFParams drfParams, Data data, int ntrees, int numSplitFeatures, int[] rowsPerChunks)
public static java.util.Map<java.lang.Integer,java.lang.Integer> parseStrata(java.lang.String s)
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception