activity: Clustering Kohonen Network

public activity Clustering Kohonen Network
Author:
Project: Phase: 1.0; Status: Proposed;
Dates: Created: 9.12.2005 22:14:37; Modified: 14.12.2005 7:46:51;
Flags: Multiplicity: ; Active: false;
UUID: {F34DB547-3F91-48d1-845D-BB10357272EE}
 

Goto: Custom Properties, Scenarios

See also: Get clustering settings, Cluster algorithm?

Appears in: AD Clustering Network

Connections
 
Custom Properties
  • mustIsolate: False
  • isReadOnly: False
  • isSingleExecution: False
 
Clustering Kohonen Network Scenarios
Scenario Type Detail
Base Basic Path There are two algorithms for clustering.
- Hierarchical that is slower, but get better result
- K-Mean, that is faster, but result depedenc on initializing conditions.

This algorithms need for clustering array of element, that implements IClusterable interface.
Kneuron implements this interface, so KohonenNetwork.network can be directly given as parameter for this function.