|   | Name | Description | 
|---|
  | Update(DataFrame) | 
            Clusters the given data, using the current Distance and
            Linkage delegates.
             | 
  | Update(DoubleMatrix) | 
            Clusters the given data, using the current Distance and
            Linkage delegates.
             | 
  | Update(DataFrame, DistanceFunction) | 
            Clusters the given data, using the given distance delegate and the
            current linkage delegate.
             | 
  | Update(DataFrame, LinkageFunction) | 
            Clusters the given data, using the current distance delegate and the
            given linkage delegate.
             | 
  | Update(DoubleMatrix, DistanceFunction) | 
            Clusters the given data, using the given distance delegate and the
            current linkage delegate.
             | 
  | Update(DoubleMatrix, LinkageFunction) | 
            Clusters the given data, using the current distance delegate and the
            given linkage delegate.
             | 
  | Update(DataFrame, DistanceFunction, LinkageFunction) | 
            Clusters the given data, using the given distance and linkage
            delegates.
             | 
  | Update(DoubleMatrix, DistanceFunction, LinkageFunction) | 
            Clusters the given data, using the given distance and linkage
            delegates.
             |