Class FederatedLearningComponentBase<T>
- Namespace
- AiDotNet.FederatedLearning.Infrastructure
- Assembly
- AiDotNet.dll
Base class for federated learning components that need numeric operations for a generic numeric type.
public abstract class FederatedLearningComponentBase<T>
Type Parameters
TNumeric type.
- Inheritance
-
FederatedLearningComponentBase<T>
- Derived
- Inherited Members
Fields
NumOps
protected static readonly INumericOperations<T> NumOps
Field Value
- INumericOperations<T>