-
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 this:
machinelearning/src/Microsoft.ML.StandardLearners/Standard/LinearModelParameters.cs
Line 93 in a0edc5c
| public IReadOnlyList<float> Weights => new WeightsCollection(this); |
and we have this:
machinelearning/src/Microsoft.ML.StandardLearners/Standard/LinearModelParameters.cs
Line 387 in a0edc5c
| public void GetFeatureWeights(ref VBuffer<float> weights) |
I would prefer to hide second one (and IHaveFeatureWeights interface) but it's up to discussion
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly API