X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=include%2FPredictorWrapper.h;h=41f818f9e945b9fad97a79c6e08e865b56833c09;hb=209cfd9fe0ea398b794d1d1995629a826125f035;hp=ac54f733be99936cf96c1e0bb8e5ba93bb6e97c6;hpb=3ff9a5ad691b8dca9d91f8e9786a8d08d31b70fa;p=trackerpp.git diff --git a/include/PredictorWrapper.h b/include/PredictorWrapper.h index ac54f73..41f818f 100644 --- a/include/PredictorWrapper.h +++ b/include/PredictorWrapper.h @@ -3,6 +3,7 @@ #include "SharedPtr.h" #include +#include namespace suanzi { @@ -16,7 +17,7 @@ namespace suanzi { static PredictorWrapperPtr create(const std::string& fname); ~PredictorWrapper(){} void dump(); - double predict(); + double predict(int index, const std::vector& f); private: PredictorWrapper(const std::string& fname);