Guest User

Untitled

a guest
May 7th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. --- a/src/shogun/machine/LinearMulticlassMachine.h
  2. +++ b/src/shogun/machine/LinearMulticlassMachine.h
  3. @@ -152,7 +152,17 @@ class CLinearMulticlassMachine : public CMulticlassMachine
  4. * have to be revised. Heiko Strathmann */
  5. m_features->remove_subset();
  6. }
  7. -
  8. +
  9. + /** Stores feature data of underlying model.
  10. + * After this method has been called, it is possible to change
  11. + * the machine's feature data and call apply(), which is then performed
  12. + * on the training feature data that is part of the machine's model.
  13. + *
  14. + * Base method, has to be implemented in order to allow cross-validation
  15. + * and model selection.
  16. + */
  17. + virtual void store_model_features() {}
  18. +
Advertisement
Add Comment
Please, Sign In to add comment