david-cortes / isotree

(Python, R, C/C++) Isolation Forest and variations such as SCiForest and EIF, with some additions (outlier detection + similarity + NA imputation)
https://isotree.readthedocs.io
BSD 2-Clause "Simplified" License
192 stars 38 forks source link

Fixed undefined symbols error #11

Closed ankane closed 4 years ago

ankane commented 4 years ago

Fixes

Undefined symbols for architecture x86_64:
  "fit_iforest(IsoForest*, ExtIsoForest*, double*, unsigned long, int*, unsigned long, int*, double*, unsigned long*, unsigned long*, unsigned long, unsigned long, CoefType, double*, bool, bool, unsigned long, unsigned long, unsigned long, unsigned long, bool, bool, bool, double*, double*, bool, double*, bool, double, double, double, double, double, MissingAction, CategSplit, NewCategAction, bool, Imputer*, unsigned long, UseDepthImp, WeighImpRows, bool, unsigned long long, int)", referenced from:
      _main in isotree_cpp_ex-8e1641.o
ld: symbol(s) not found for architecture x86_64

introduced in this commit: https://github.com/david-cortes/isotree/commit/89673ba92b1a9147377a414517d8b931bb0c9eae

david-cortes commented 4 years ago

Thanks, merged.