aisp.base.immune.cell
Representation of immune system cells.
Module:
aisp.base.immune.cell
Overview
This module defines the representation of cells in artificial immune systems, implements as dataclass.
Classes
| Class | Description |
|---|---|
Cell | Represents a basic immune cell. |
BCell | Represents a memory B-cell. |
Antibody | Represent an antibody. |
Detector | Represents a non-self detector of the RNSA class. |