Package | Description |
---|---|
hr.irb.fastRandomForest |
Class and Description |
---|
DataCache
Stores a dataset that in FastRandomTrees use for training.
|
FastRandomForest
Based on the "weka.classifiers.trees.RandomForest" class, revision 1.12,
by Richard Kirkby, with minor modifications:
uses FastRfBagger with FastRandomTree, instead of Bagger with RandomTree.
stores dataset header (instead of every Tree storing its own header)
checks if only ZeroR model is possible (instead of each Tree checking)
added "-threads" option
|
Copyright © 2015–2021 Fiji. All rights reserved.