Scaling
scalation.modeling.Scaling
trait Scaling
The Scaling
trait supports rescaling of data values. When the scale flag is on/true, the companion object factory apply/rescale functions should rescale or normalize the data appropriately to the particular modeling technique (or even to the level of the activation function used).
Attributes
- See also
-
ActivationFun
. In ScalaTion, model constructors do not rescale, but apply/rescale functions that call model constructors need to provide this option. - Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object NeuralNet_3L4TSobject CNN_1Dobject CNN_2Dobject ELM_3L1object NeuralNet_2Lobject NeuralNet_2L_Ckobject NeuralNet_3Lobject NeuralNet_3L_C2object NeuralNet_XLobject NeuralNet_XLTobject Perceptron
Members list
In this article