public final class Benchmark extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<File> |
getMatchingFiles(String fileOrDir,
String extension)
When supplied with a directory name, returns an ArrayList with all the
files inside that directory that have the specified extension.
|
static void |
main(String[] args) |
public static final int numRuns
public static final int numFolds
public static List<File> getMatchingFiles(String fileOrDir, String extension) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionCopyright © 2015–2021 Fiji. All rights reserved.