MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / to_code

Function to_code

unsupervised_class/evolution.py:20–21  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

18
19# convert list of integers to corresponding letters
20def to_code(a):
21 return [code[i] for i in a]
22
23
24# distance between 2 DNA strands

Callers 1

evolution.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected