Class EhbsaAlgorithmPlugin
java.lang.Object
com.knezevic.edaf.v3.algorithms.plugins.permutation.EhbsaAlgorithmPlugin
- All Implemented Interfaces:
AlgorithmPlugin<PermutationVector>,Plugin
public final class EhbsaAlgorithmPlugin
extends Object
implements AlgorithmPlugin<PermutationVector>
Plugin for Edge Histogram Based Sampling Algorithm.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(AlgorithmDependencies<PermutationVector> dependencies, Map<String, Object> params) Constructs an algorithm instance from dependencies and config parameters.Human-readable plugin description shown in `edaf list`.type()Stable type id used in config (e.g. umda, bitstring, gaussian-diag).
-
Constructor Details
-
EhbsaAlgorithmPlugin
public EhbsaAlgorithmPlugin()
-
-
Method Details
-
type
-
description
Description copied from interface:PluginHuman-readable plugin description shown in `edaf list`.- Specified by:
descriptionin interfacePlugin
-
create
public Algorithm<PermutationVector> create(AlgorithmDependencies<PermutationVector> dependencies, Map<String, Object> params) Description copied from interface:AlgorithmPluginConstructs an algorithm instance from dependencies and config parameters.- Specified by:
createin interfaceAlgorithmPlugin<PermutationVector>
-