- All Superinterfaces:
- java.lang.Cloneable, CloneableSerializable, CognitiveModuleSettings, java.io.Serializable
- All Known Implementing Classes:
- SharedSemanticMemoryLiteSettings
public interface ShareableCognitiveModuleSettings
extends CognitiveModuleSettings
The ShareableCognitiveModuleSettings is an interface for module settings
that can be shared between two instances of a CognitiveModule. This is
typically used in order to save memory when multiple CognitiveModules are
using the same parameters for modules.
- Since:
- 1.0
- Author:
- Justin Basilico, Kevin R. Dixon