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
Currently there are a few which contains functionality that is rarely used, or that doesn't quite fit into the current direction of the package. This includes:
SharpLearning.Containers.Arithmetic: MatrixF64 is mostly used as a container, and more efficient matrix arithmetic can found in other libraries, like mathnet.numerics.
SharpLearning.Containers.ObservationTargetSet: This can be replaced by using a value tuple instead.
SharpLearning.Containers.ArrayExtensions: Several methods are unused.
Currently there are a few which contains functionality that is rarely used, or that doesn't quite fit into the current direction of the package. This includes:
SharpLearning.Containers.Arithmetic
: MatrixF64 is mostly used as a container, and more efficient matrix arithmetic can found in other libraries, like mathnet.numerics.SharpLearning.Containers.ObservationTargetSet
: This can be replaced by using a value tuple instead.SharpLearning.Containers.ArrayExtensions
: Several methods are unused.SharpLearning.CrossValidation.ContinuousMungeAugmentator
:SharpLearning.CrossValidation.NominalMungeAugmentator
:The text was updated successfully, but these errors were encountered: