| Package | Description |
|---|---|
| org.apache.mahout.classifier.df.mapreduce.inmem |
In-memory mapreduce implementation of Random Decision Forests
|
| org.apache.mahout.classifier.df.mapreduce.partial |
Partial-data mapreduce implementation of Random Decision Forests
|
| Modifier and Type | Class and Description |
|---|---|
class |
InMemBuilder
MapReduce implementation where each mapper loads a full copy of the data in-memory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PartialBuilder
Builds a random forest using partial data.
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.