Parallel Distributed Processing of Weka Algorithms in Matlab

版本 1.1.0.0 (114.9 KB) 作者: Jaspar Cahill
Run Weka algorithms in parallel across distributed computers to exploit available hardware.
608.0 次下载
更新时间 2011/10/25

查看许可证

The code given shows how Weka algorithms can be run in parallel across distributed computers using Matlab to take advantage of available hardware and quicken algorithm completion time on multiple data sets or parameter sets.

Parallel processing of Weka algorithms is handled here in Matlab as support for parallel processing in Weka does not seem to be fully fledged as yet.

A timeout can be specified on algorithm/job processing time. This is useful if algorithms can be potentially long-running or non-terminating, or when there are a large number of experiments to ensure they finish within a reasonable amount of time.

Before the provided code can be executed:
* Define a parallel configuration in Matlab. See "Configuring Parallel Processing.txt".
* Assign the configuration name to variable "config" in runParallelWeka.m.
* Copy the Weka library weka.jar to the folder ParallelWeka. The jar file can be found in Weka's program directory.
* Copy the folder ParallelWeka to the same location on all worker machines.

Matlab must be installed on all machines hosting workers.

To run the code, add the path of the folder ParallelWeka to Matlab's paths on the local machine, and at the command line enter "runParallelWeka".

引用格式

Jaspar Cahill (2024). Parallel Distributed Processing of Weka Algorithms in Matlab (https://www.mathworks.com/matlabcentral/fileexchange/33128-parallel-distributed-processing-of-weka-algorithms-in-matlab), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Parallel Computing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Products required updated.

1.0.0.0