Class RangeInitializer
- Namespace
- NeuralNetworks.ParamInitializers
- Assembly
- NeuralNetworks.dll
public class RangeInitializer : ParamInitializer
- Inheritance
-
RangeInitializer
- Inherited Members
Constructors
RangeInitializer(float, float)
public RangeInitializer(float from, float to)
Parameters
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.