Révision 1081

tmp/org.txm.ahc.core/src/org/txm/ahc/core/functions/AHC.java (revision 1081)
258 258
	
259 259
	@Override
260 260
	public boolean canCompute() {
261
		return this.ca != null 
261
		return this.ca != null
262 262
				&& Arrays.binarySearch(AHC.getMethods(), this.method) >= 0 
263 263
				&& Arrays.binarySearch(AHC.getMetrics(), this.metric) >= 0
264 264
				&& this.numberOfClusters >= 2;

Formats disponibles : Unified diff