Class MixedDiscreteVectorRepresentationPlugin
java.lang.Object
com.knezevic.edaf.v3.repr.plugins.discrete.MixedDiscreteVectorRepresentationPlugin
- All Implemented Interfaces:
Plugin,RepresentationPlugin<MixedDiscreteVector>
public final class MixedDiscreteVectorRepresentationPlugin
extends Object
implements RepresentationPlugin<MixedDiscreteVector>
Plugin factory for mixed discrete vectors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionConstructs a representation instance from 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
-
MixedDiscreteVectorRepresentationPlugin
public MixedDiscreteVectorRepresentationPlugin()
-
-
Method Details
-
type
-
description
Description copied from interface:PluginHuman-readable plugin description shown in `edaf list`.- Specified by:
descriptionin interfacePlugin
-
create
Description copied from interface:RepresentationPluginConstructs a representation instance from config parameters.- Specified by:
createin interfaceRepresentationPlugin<MixedDiscreteVector>
-