public class FoldGenerator<T> extends Object
| Constructor and Description |
|---|
FoldGenerator(Collection<T> posExamples,
Collection<T> negExamples) |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
List<T> |
testCV(int numFolds,
int numFold) |
List<T> |
trainCV(int numFolds,
int numFold) |
public FoldGenerator(Collection<T> posExamples, Collection<T> negExamples)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann