-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly API
Milestone
Description
We have these "signature" delegates throughout the codebase, used for purposes of entry-points and other dependency injection style things.
Many are public, as we see here.
| public delegate void SignatureClassificationLoss(); |
Yet there is no need for them to be public, and many of these have already been "internalized," e.g.:
| internal delegate void SignatureBinaryClassifierTrainer(); |
We should complete this work, since we do not want these as part of the public surface of the API.
Metadata
Metadata
Assignees
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly API