MCPcopy Index your code
hub / github.com/DeepLabCut/DeepLabCut / to_vector

Method to_vector

deeplabcut/core/inferenceutils.py:83–84  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

81 self._length = length
82
83 def to_vector(self):
84 return [*self.j1.pos, *self.j2.pos]
85
86
87class Assembly:

Callers 2

test_linkFunction · 0.95
_assembleMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_linkFunction · 0.76