tyler-tomita / RandomerForest

Discriminant Projection Forest results, datasets, etc.
44 stars 21 forks source link

Possible to get mexw64 files? #111

Open cwickman opened 7 years ago

cwickman commented 7 years ago

I'd like to use randomer forests on windows, but for the necessary mex files, such as classregtreeRCcritval, are only provided in Mac and Linux (mexmaci64 and mexa64 format).

It's understandable that you may not want to share your source code for someone to compile the mexw64 files themselves, but is there any way you could compile the necessary routines for Windows?

Appreciate your code!

tyler-tomita commented 7 years ago

@cwickman Since I don't have a Windows machine, I cannot provide the "classregtreeEval.mexw64" and "classregtreeRCcritval.mexw64" files directly. However, they can be found in the @classregtree/ class definition directory from the statistics and machine learning toolbox.