Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Merge #60

Merged
merged 72 commits into from
Mar 17, 2022
Merged

Release Merge #60

merged 72 commits into from
Mar 17, 2022

Conversation

MaxKissgen
Copy link
Contributor

No description provided.

beka-zhvania and others added 30 commits June 27, 2021 21:55
…es so that users have option to also adjust boolean parameters excess, defect and fixed_range, which are based on C++ code and implemented in Java version as well. By default these boolean parameters are false
Dockerfile: this file is used for building the image

ant folder: ant is used in the Dockerfile and is necessary for executing
the build tasks

MEAs-SN folder: this folder holds the algorithm that is compiled using the
Dockerfile and is necessary to avoid
EvolutionaryAlgorithmBasedOnSimilarityTest class failing when building
the docker image
ant folder was not necessary as it is much simpler to download ant
within the image, therefore ant folder is removed with this commit
and Dockerfile is modified to include ant installation
…ethod algorithms

FuzzyCMeansSpectralClusteringAlgorithm.java holds the Fuzzy C Means algorithm

WeakCliquePercolationMethodAlgorithm.java holds the Weak CPM algorithm

FuzzyCMeansSpectralClusteringAlgorithmTest.java and WeakCliquePercolationMethodAlgorithmTest.java hold respective tests, related to the algorithms

CoordinatePoint.java, EigenPair.java, EigenPairComparator.java, WeakClique.java all hold helper classes needed for the algorithms to function

CoverCreationType.java modification was added to include the new algorithms in WebOCD
@MaxKissgen MaxKissgen added this to the Next Release milestone Feb 6, 2022
@MaxKissgen MaxKissgen self-assigned this Feb 6, 2022
@MaxKissgen MaxKissgen marked this pull request as draft February 6, 2022 19:43
@MaxKissgen MaxKissgen changed the title Draft: Release Merge Release Merge Mar 17, 2022
@MaxKissgen MaxKissgen marked this pull request as ready for review March 17, 2022 12:29
@MaxKissgen MaxKissgen merged commit 62fe028 into master Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants