Documentation
¶
Overview ¶
Package excludefrequent https://github.com/elastic/elasticsearch-specification/blob/1b56d7e58f5c59f05d1641c6d6a8117c5e01d741/specification/ml/_types/Detector.ts#L82-L87
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( All = ExcludeFrequent{"all"} None = ExcludeFrequent{"none"} By = ExcludeFrequent{"by"} Over = ExcludeFrequent{"over"} )
Functions ¶
This section is empty.
Types ¶
type ExcludeFrequent ¶
type ExcludeFrequent struct {
// contains filtered or unexported fields
}
func (ExcludeFrequent) MarshalText ¶
func (e ExcludeFrequent) MarshalText() (text []byte, err error)
func (ExcludeFrequent) String ¶
func (e ExcludeFrequent) String() string
func (*ExcludeFrequent) UnmarshalText ¶
func (e *ExcludeFrequent) UnmarshalText(text []byte) error
Click to show internal directories.
Click to hide internal directories.