Package | Description |
---|---|
hr.irb.fastRandomForest |
Modifier and Type | Field and Description |
---|---|
protected DataCache |
VotesCollectorDataCache.data |
Modifier and Type | Method and Description |
---|---|
DataCache |
DataCache.resample(int bagSize,
Random random)
Uses sampling with replacement to create a new DataCache from an existing
one.
|
Constructor and Description |
---|
DataCache(DataCache origData)
Makes a copy of a DataCache.
|
VotesCollectorDataCache(Classifier[] m_Classifiers,
int instanceIdx,
DataCache data,
boolean[][] inBag) |
Copyright © 2015–2021 Fiji. All rights reserved.