MahalanobisDistance¶
Calculate the Mahalanobis distance for some data points with respect to some mean and covariance.
This node will use the space axis if present in the mean input, and otherwise it will use the feature axis if present. This chosen axis needs to appear twice in the covariance input. Note that mean, covariance and data can have additional axes, but they must have the same number of elements for each of them. Version 0.6.0
Ports/Properties¶
mean¶
Reference centroid.
covariance¶
Reference covariance matrix.
data¶
Data to process.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.