# Packages
Package failurereason contains the failure reason clustering algorithm for LUCI Analysis.
No description provided by the author
Package testname contains the test name-based clustering algorithm for LUCI Analysis.
# Functions
Cluster performs (incremental re-)clustering of the given test failures using all registered clustering algorithms and the specified set of failure association rules and config.
NewEmptyClusterResults returns a new ClusterResults for a list of test results of length count.
SuggestingAlgorithm returns the algorithm for generating suggested clusters with the given name.
TestClusteringConfig returns standard clustering configuration that can be used for testing.
# Constants
AlgorithmsVersion is the version of the set of algorithms used.
# Variables
ErrAlgorithmNotExist is returned if an algorithm with the given name does not exist.
# Interfaces
Algorithm represents the interface that each clustering algorithm generating suggested clusters must implement.