This content refers to an unreleased development version of PyMVPA
To provide the most recent news and documentation www.pymvpa.org reflects the development 0.6 series of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

mvpa.clfs.distance.squared_euclidean_distance

mvpa.clfs.distance.squared_euclidean_distance(data1, data2=None, weight=None)

Compute weighted euclidean distance matrix between two datasets.

Parameters :

data1 : np.ndarray

first dataset

data2 : np.ndarray

second dataset. If None, compute the euclidean distance between the first dataset versus itself. (Defaults to None)

weight : np.ndarray

vector of weights, each one associated to each dimension of the dataset (Defaults to None)

NeuroDebian

NITRC-listed