I am toying with your library with some applications in mind. However it occured to me that what I would need is not sorting or ranking but argsort. I generally need the following (in numpy grammar):
y[np.argsort(x)]
From my understanding it wouldn't be possible... Am I missing something obvious ?
I am toying with your library with some applications in mind. However it occured to me that what I would need is not sorting or ranking but argsort. I generally need the following (in numpy grammar):
y[np.argsort(x)]From my understanding it wouldn't be possible... Am I missing something obvious ?