  | ClusterAnalysisUpdate(DoubleMatrix) Method | 
            Clusters the given data, using the current Distance and
            Linkage delegates.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic void Update(
	DoubleMatrix data
)
Public Sub Update ( 
	data As DoubleMatrix
)
public:
void Update(
	DoubleMatrix^ data
)
member Update : 
        data : DoubleMatrix -> unit Parameters
- data  DoubleMatrix
 - 
            A matrix of data. Each row in the matrix represents an object
            to be clustered.
            
 
See Also