Class TreeEdaAlgorithmPlugin
java.lang.Object
com.knezevic.edaf.v3.algorithms.plugins.tree.TreeEdaAlgorithmPlugin
- All Implemented Interfaces:
AlgorithmPlugin<VariableLengthVector<Integer>>,Plugin
public final class TreeEdaAlgorithmPlugin
extends Object
implements AlgorithmPlugin<VariableLengthVector<Integer>>
Plugin for tree EDA driver.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(AlgorithmDependencies<VariableLengthVector<Integer>> 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
-
TreeEdaAlgorithmPlugin
public TreeEdaAlgorithmPlugin()
-
-
Method Details
-
type
-
description
Description copied from interface:PluginHuman-readable plugin description shown in `edaf list`.- Specified by:
descriptionin interfacePlugin
-
create
public Algorithm<VariableLengthVector<Integer>> create(AlgorithmDependencies<VariableLengthVector<Integer>> dependencies, Map<String, Object> params) Description copied from interface:AlgorithmPluginConstructs an algorithm instance from dependencies and config parameters.- Specified by:
createin interfaceAlgorithmPlugin<VariableLengthVector<Integer>>
-