Documentation
¶
Overview ¶
Package scorenormalizer
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( None = ScoreNormalizer{"none"} Minmax = ScoreNormalizer{"minmax"} L2norm = ScoreNormalizer{"l2_norm"} )
Functions ¶
This section is empty.
Types ¶
type ScoreNormalizer ¶
type ScoreNormalizer struct {
Name string
}
func (ScoreNormalizer) MarshalText ¶
func (s ScoreNormalizer) MarshalText() (text []byte, err error)
func (ScoreNormalizer) String ¶
func (s ScoreNormalizer) String() string
func (*ScoreNormalizer) UnmarshalText ¶
func (s *ScoreNormalizer) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.