Ejemplo n.º 1
0
 public void ClearClusterExtraction()
 {
     this.clusterExtraction = null;
 }
Ejemplo n.º 2
0
 public void SetClusterExtraction(IClusterExtraction clusterExtraction)
 {
     this.clusterExtraction = clusterExtraction;
 }