You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see from the documentation that the Local Outlier Factor is meant to support fast insertion/deletion updates, but as far as I can tell, there are no explicit methods for the deletion part. I'm looking to be able to train a LOF over n points, and then delete a user-specified training point (for example, maybe X_10 out of X_1...X_200), then updating the underlying KNN and its metrics. Is this possible with the given methods, in a constant-time manner?
The text was updated successfully, but these errors were encountered:
I see from the documentation that the Local Outlier Factor is meant to support fast insertion/deletion updates, but as far as I can tell, there are no explicit methods for the deletion part. I'm looking to be able to train a LOF over n points, and then delete a user-specified training point (for example, maybe X_10 out of X_1...X_200), then updating the underlying KNN and its metrics. Is this possible with the given methods, in a constant-time manner?
The text was updated successfully, but these errors were encountered: