Add array to keep track of frequency within active segment, fix malloc bug, update benchmarking result
This commit is contained in:
@@ -149,7 +149,7 @@ int main(int argCount, const char* argv[])
|
||||
params.zParams = zParams;
|
||||
params.k = k;
|
||||
|
||||
sampleInfo* info= getSampleInfo(filenameTable,
|
||||
sampleInfo* info = getSampleInfo(filenameTable,
|
||||
filenameIdx, blockSize, maxDictSize, zParams.notificationLevel);
|
||||
operationResult = RANDOM_trainFromFiles(outputFile, info, maxDictSize, ¶ms);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user