org.encog.util.concurrency
public interface MultiThreadable
| Modifier and Type | Method and Description |
|---|---|
int |
getThreadCount() |
void |
setThreadCount(int numThreads)
Set the number of threads to use.
|
int getThreadCount()
void setThreadCount(int numThreads)
numThreads - The number of threads to use, or zero to
automatically determine based on core count.Copyright © 2014. All Rights Reserved.