public static class CARTBuilder.WagonCallerThread extends Thread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
protected String |
arguments |
protected File |
cartFile |
protected File |
distanceTableFile |
protected String |
ESTDIR |
protected FeatureDefinition |
featureDefinition |
protected FeatureVector[] |
featureVectors |
protected boolean |
finished |
protected String |
id |
protected LeafNode |
leafToReplace |
protected boolean |
success |
protected File |
valueFile |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
CARTBuilder.WagonCallerThread(String id,
LeafNode leafToReplace,
FeatureDefinition featureDefinition,
FeatureVector[] featureVectors,
String descFilename,
String valueFilename,
String distanceTableFilename,
String cartFilename,
int balance,
int stop,
String ESTDIR) |
Modifier and Type | Method and Description |
---|---|
boolean |
finished() |
String |
id() |
void |
run() |
boolean |
success() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
protected String ESTDIR
protected String arguments
protected File cartFile
protected File valueFile
protected File distanceTableFile
protected String id
protected LeafNode leafToReplace
protected FeatureDefinition featureDefinition
protected FeatureVector[] featureVectors
protected boolean finished
protected boolean success
public CARTBuilder.WagonCallerThread(String id, LeafNode leafToReplace, FeatureDefinition featureDefinition, FeatureVector[] featureVectors, String descFilename, String valueFilename, String distanceTableFilename, String cartFilename, int balance, int stop, String ESTDIR)
Copyright © 2000–2016 DFKI GmbH. All rights reserved.