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
Large datasets (e.g., agemap H & E stain ~40,000 samples) take an extremely
long time in Pychrm to do train/test split and classify operations. Euclidean
distances can be calculated in a parallellized way, e.g., one processor can to
all the samples from a given class.
This would entail exposing the samples in the FeatureSet.data_matrix to C++. A
C++ implemented, Python-wrapped wndchrm classify option would also speed up
computation.
Original issue reported on code.google.com by [email protected] on 18 Jan 2013 at 9:33
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 18 Jan 2013 at 9:33The text was updated successfully, but these errors were encountered: