Skip to content

LinearModelParameters have two ways to get Weights, should be one #2763

Closed
@Ivanidzo4ka

Description

@Ivanidzo4ka

we have this:

public IReadOnlyList<float> Weights => new WeightsCollection(this);

and we have this:
public void GetFeatureWeights(ref VBuffer<float> weights)

I would prefer to hide second one (and IHaveFeatureWeights interface) but it's up to discussion

Metadata

Metadata

Assignees

Labels

APIIssues pertaining the friendly API

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions