ormandi / Gossip-Learning-Framework

This open source benchmarking framework allows you to build your own P2P learning algorithm and evaluate it in a simulated but realistic -- where you can model message delay, drop or churn -- networked environment. Moreover it contains the prototype implementations of some well-known machine learning algorithms like SVM and Logistic Regression.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quesition for running the case

hjbcct opened this issue · comments

Brief description of bug

Self-Diagnosis

  • I have reviewed the documentation.
  • I have tried to use the latest version.
  • I have install gnuplot.

Environment(for bug reports)

  • Operating System:Linux Ubuntu
  • JDK version:Java1.8

Steps to Reproduce the Issue

  • Running Script
    res/script/run.sh res/db/iris_setosa_versicolor_train.dat res/db/iris_setosa_versicolor_eval.dat 100 res/config/no_failure_applying_more_learners_voting10.txt res/results

Error Msg

peersim.config.IllegalParameterException: Parameter "protocol.learningProtocol":
Class gossipLearning.protocols.MultipleLearningProtocol not found
At peersim.config.ConfigContainer.getClazz:606

plot
^
"./all.gpt" line 11: function to plot expected

Thank you for your kindness.