Click or drag to resize

BaseClustering Class

Basic class for clustering analysis methods.
Inheritance Hierarchy

Namespace:  FinMath.ClusterAnalysis
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public abstract class BaseClustering

The BaseClustering type exposes the following members.

Properties
  NameDescription
Public propertyClustersCount
Returns number of clusters in partition.
Public propertyMetricType
Public propertyStatus
Method status.
Top
Methods
  NameDescription
Public methodCentralElements
Get indices of central elements, one per cluster.
Public methodCentroids
Returns Centroid matrix, each row represent centroid of corresponding cluster. Columns corresponds to factors.
Public methodClearCache
Evaluate all lazy-evaluated properties and clear cached data.
Public methodClusterize
Find nearest cluster by centroid distance
Public methodClustersAssignment
Return array which contains assignment objects for clusters. ClustersAssignment[i] contain assignment of i-th object.
Public methodComputeClustering(Matrix)
Method which perform clustering analysis.
Public methodComputeClustering(Matrix, MetricType)
Method which perform clustering analysis.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCluster
Get cluster as array of indices of assigned elements.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also