Révision 1556
tmp/org.txm.ahc.core/src/org/txm/ahc/core/messages/AHCCoreMessages.java (revision 1556) | ||
---|---|---|
17 | 17 |
public static String RESULT_TYPE; |
18 | 18 |
|
19 | 19 |
public static String error_errorWhileExportingCAHToTXT; |
20 |
|
|
21 |
public static String computingAHC; |
|
20 | 22 |
|
21 | 23 |
|
22 | 24 |
static { |
tmp/org.txm.ahc.core/src/org/txm/ahc/core/messages/messages.properties (revision 1556) | ||
---|---|---|
2 | 2 |
#Thu Dec 06 15:00:56 CET 2018 |
3 | 3 |
error_errorWhileExportingCAHToTXT=** Error while exporting HCA result. |
4 | 4 |
RESULT_TYPE=HCA |
5 |
computingAHC=Computing AHC... |
tmp/org.txm.ahc.core/src/org/txm/ahc/core/messages/messages_fr.properties (revision 1556) | ||
---|---|---|
2 | 2 |
#Thu Dec 06 15:00:56 CET 2018 |
3 | 3 |
error_errorWhileExportingCAHToTXT=** Erreur durant l'exportation du résultat de la CAH. |
4 | 4 |
RESULT_TYPE=CAH |
5 |
computingAHC=Calcul de la CAH... |
tmp/org.txm.ahc.core/src/org/txm/ahc/core/functions/AHC.java (revision 1556) | ||
---|---|---|
187 | 187 |
@Override |
188 | 188 |
protected boolean __compute() { |
189 | 189 |
|
190 |
Log.info("Computing AHC...");
|
|
190 |
Log.info(AHCCoreMessages.computingAHC);
|
|
191 | 191 |
try { |
192 | 192 |
CA ca = getParent(); |
193 | 193 |
LexicalTable table = ca.getLexicalTable(); |
Formats disponibles : Unified diff