Documenting self.results dictionary
See original GitHub issueIn all of our classes we put stuff in the self.results dictionary, but we are not adding any information about self.results to our docstrings. We should probably do something about that. Pointed out by @hartle.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11
Top Results From Across the Web
You Probably Don't Need a Data Dictionary
While efforts to build a data dictionary are often undertaken out of a ... A self-documenting and searchable code-base; A knowledge-base or ...
Read more >reduce(into:_:) | Apple Developer Documentation
Returns a new dictionary containing only the key-value pairs that have non- nil values as the result of transformation by the given closure....
Read more >self-documenting code - Encyclopedia - The Free Dictionary
self-documenting code ... A sequence of programming statements that are simple and straightforward and can be readily implemented by another programmer. McGraw- ...
Read more >Dictionary.com | Meanings and Definitions of Words at ...
In Dictionary.com's modern language section, we're constantly documenting the meanings of slang, emoji, and new words as soon as you all start saying...
Read more >corpora.dictionary – Construct word<->id mappings
Document frequencies: token_id -> how many documents contain this token. ... missing tokens (tokens present in document but not in self) with frequencies?...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I tend to agree that
weightswould be preferable tomatrix.matrixon first read would seem to be the adjacency matrix of the graph, but it’s not; typically it’s a dense matrix of weights.Closing this but we should revisit the immutability of
self.resultsat a later date.