asreview.ASReviewProject.add_feature_matrix
- ASReviewProject.add_feature_matrix(feature_matrix, feature_extraction_method)[source]
Add feature matrix to project file.
- Parameters
feature_matrix (numpy.ndarray, scipy.sparse.csr.csr_matrix) – The feature matrix to add to the project file.
feature_extraction_method (str) – Name of the feature extraction method.