Documentation ¶
Index ¶
Constants ¶
View Source
const EulersConstant = 0.5772156649
Variables ¶
View Source
var ErrSubSamplingSizeToolarge = errors.New("the requested sub-sampling size exceeds the total number of samples in the input data")
Functions ¶
func PathLength ¶
Types ¶
type Forest ¶
type Forest[V Value] struct { Trees []*Tree[V] SubSamplingSize int InputDimesion int // contains filtered or unexported fields }
func (*Forest[V]) CalculateAnomalyScore ¶
Click to show internal directories.
Click to hide internal directories.