Protected
Readonly
cacheA map of genome IDs to their respective phenome and the number of times they have been set.
The key is the genome ID, and the value is an array with two elements. The first element is the current phenome for the genome, and the second element is the number of times the phenome have been set.
Clears the cache, excluding the specified genome IDs.
The IDs of the genomes to exclude from the clear operation.
Exports the cache as a record of genome IDs to phenome.
The cache as a record of genome IDs to phenome.
Gets the phenome of a genome.
The ID of the genome.
Optional
defaultValue: PhenomeRowThe default value to return if the genome is not found.
The phenome of the genome, or the default value if the genome phenome is not found.
Gets the phenome of a genome, or undefined if the genome is not ready.
The phenome of the genome, or undefined if the genome is not ready.
Imports the cache from a record of genome IDs to phenome.
The cache as a record of genome IDs to phenome.
Sets the phenome of a genome.
The ID of the genome.
The phenome of the genome.
A phenome cache implementation that stores the phenome for each genome as a weighted average of all phenome that have been set for that genome.