Advertisement
Guest User

Untitled

a guest
Aug 8th, 2013
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. template<class ST> void CDenseFeatures<ST>::set_feature_matrix(SGMatrix<ST> matrix)
  2. {
  3. m_subset_stack->remove_all_subsets();
  4. free_feature_matrix();
  5. feature_matrix = matrix;
  6. num_features = matrix.num_rows;
  7. num_vectors = matrix.num_cols;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement