Helix
The function computes the helix by choosing the 3 segments at a time (or four points at a time) and computes the normal form on the 3 vectors to find the 4th vector.
Formula : ( A x B) . C
3 (| A | . | B | . | C |)
A = Prev1 Vector
B = Prev2 Vector
C = Curr Vector
Function Output Type : Real
Calculated : At each tracing point
Returns a value : For each compartment
Output:
Metric | Total_Sum | #Compartments (considered) |
#Compartments (discarded) |
Minimum | Average | Maximum | S.D. |
Helix | -2.95175 | 1084 | (18) | -0.2123 | -0.0027 | 0.23637 | 0.0386037 |
Values to consider : All
Output Interpretation :
Total_Sum of the Helix of each compartment (3 at a time or four consecutive points). Total_Sum = -2.95175 gives Total_Sum, Minimum = -0.2123 gives minimum, Maximum = 0.23637 gives maximum for given input neuron.
References :