The current shogun Machine class store the label and the features, this implementation makes the class became stateful, it is great that refactor the Machine class and the derived class to became stateless.
The basic idea is that find all the method that accesses m_labels/m_features and use the parameters passed in instead.
here is all the class::method needs to be refactored, those methods are found by this libtooling script.
The current shogun Machine class store the label and the features, this implementation makes the class became stateful, it is great that refactor the Machine class and the derived class to became stateless.
The basic idea is that find all the method that accesses m_labels/m_features and use the parameters passed in instead.
here is all the class::method needs to be refactored, those methods are found by this libtooling script.