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
This means that the abstract base class cannot be used to use a model without caring if it is weighted or unweighted. If there is a good reason why this is not public it should be documented, otherwise the method should be made public in the abstract class.
I also do not understand why this is an abstract class rather than an interface, its only purpose seems to be to declare the common useful method of all transducers (weighted and unweighted) which is really the job of an interface.
The text was updated successfully, but these errors were encountered:
This means that the abstract base class cannot be used to use a model without caring if it is weighted or unweighted. If there is a good reason why this is not public it should be documented, otherwise the method should be made public in the abstract class.
I also do not understand why this is an abstract class rather than an interface, its only purpose seems to be to declare the common useful method of all transducers (weighted and unweighted) which is really the job of an interface.
The text was updated successfully, but these errors were encountered: