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_Class_3Lobject ELM_3L1object NeuralNet_2Lobject NeuralNet_3Lobject NeuralNet_XLobject NeuralNet_XLTobject Perceptron
Members list
In this article