Documentation ¶
Overview ¶
Package normalizemethod
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Rescale01 = NormalizeMethod{"rescale_0_1"} Rescale0100 = NormalizeMethod{"rescale_0_100"} Percentofsum = NormalizeMethod{"percent_of_sum"} Mean = NormalizeMethod{"mean"} ZScore = NormalizeMethod{"z-score"} Softmax = NormalizeMethod{"softmax"} )
Functions ¶
This section is empty.
Types ¶
type NormalizeMethod ¶
type NormalizeMethod struct {
Name string
}
func (NormalizeMethod) MarshalText ¶
func (n NormalizeMethod) MarshalText() (text []byte, err error)
func (NormalizeMethod) String ¶
func (n NormalizeMethod) String() string
func (*NormalizeMethod) UnmarshalText ¶
func (n *NormalizeMethod) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.