diff --git a/src/shogun/base/SGObject.h b/src/shogun/base/SGObject.h index bec90e83ce8..186100941bf 100644 --- a/src/shogun/base/SGObject.h +++ b/src/shogun/base/SGObject.h @@ -120,10 +120,13 @@ template class SGStringList; class CSGObject { public: + /** Definition of observed subject */ typedef rxcpp::subjects::subject SGSubject; + /** Definition of observable */ typedef rxcpp::observable> SGObservable; + /** Definition of subscriber */ typedef rxcpp::subscriber< ObservedValue, rxcpp::observer> SGSubscriber;