moa icon indicating copy to clipboard operation
moa copied to clipboard

feat: adding DEMS algorithm and associated test file.

Open YibinSun opened this issue 1 month ago • 1 comments

Added DynamicEnsembleMemberSelection.java and associated test file. Only ARF and SRP are included in the ensemble options due to performance.

YibinSun avatar Nov 20 '25 09:11 YibinSun

Please add the comment with the license for the method

hmgomes avatar Dec 01 '25 22:12 hmgomes

Hi Albert,

I did the necessary fixes to the PR. Please take a look when you are available. Thank you very much!

Sincerely, Yibin

On 2 Dec 2025, at 15:11, Albert Bifet @.***> wrote:

@abifet commented on this pull request.

Minor things to fix.

In moa/src/test/java/moa/classifiers/meta/DynamicEnsembleMemberSelectionTest.java https://github.com/Waikato/moa/pull/324#discussion_r2579347001:

    • You should have received a copy of the GNU General Public License

+/**

  • */ +package moa.classifiers.meta;

+import junit.framework.Test; +import junit.framework.TestSuite; +import moa.classifiers.AbstractMultipleClassifierTestCase; +import moa.classifiers.Classifier; + +/**

    • Tests the StreamingRandomPatches classifier. Please change this.

In moa/src/test/java/moa/classifiers/meta/DynamicEnsembleMemberSelectionTest.java https://github.com/Waikato/moa/pull/324#discussion_r2579349180:

@@ -0,0 +1,84 @@

+/*

    • DynamicEnsembleMemberSelectionTest.java Do we need a .ref file?

— Reply to this email directly, view it on GitHub https://github.com/Waikato/moa/pull/324#pullrequestreview-3527868850, or unsubscribe https://github.com/notifications/unsubscribe-auth/APNNG7M6JU5C3GCDTIQWEPD37TYN7AVCNFSM6AAAAACMVSYQNCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTKMRXHA3DQOBVGA. You are receiving this because you authored the thread.

YibinSun avatar Dec 19 '25 04:12 YibinSun