  | ClusterAnalysisUpdate(DataFrame) 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(
	DataFrame data
)
Public Sub Update ( 
	data As DataFrame
)
public:
void Update(
	DataFrame^ data
)
member Update : 
        data : DataFrame -> unit Parameters
- data  DataFrame
 - 
            A matrix of data. Each row in the matrix represents an object
            to be clustered.
            
 
See Also