You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vector of on-manifold points used to represent a ManifoldKernelDensity (or parametric) belief.
26
26
"""
27
-
val::Vector{P}
27
+
val::Vector{P}=Vector{P}()
28
28
"""
29
29
Common kernel bandwith parameter used with ManifoldKernelDensity, and as legacy also stores covariance until a dedicated field is created for parametric case.
solveKey identifier associated with thsi VariableNodeData object.
72
72
"""
73
-
solveKey::Symbol
73
+
solveKey::Symbol=:default
74
74
"""
75
75
Future proofing field for when more multithreading operations on graph nodes are implemented, these conditions are meant to be used for atomic write transactions to this VND.
0 commit comments