|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorigincomment.Resultat
public class Resultat
A class for results ? ?
ADN1test.meilleur_combinaison_sequence(ADN1cible, ADN1cible, ADN1test, ADN1test[], int[], int, int, int, int, int, Resultat, boolean)
Field Summary | |
---|---|
private int |
barre
Treshold (default is 40). |
private int |
decalage
Decalage. |
private int[] |
distribution
Distribution. |
private int |
max
Maximum (deafult is -100 000). |
private int |
moyenne
Average. |
private java.lang.String[] |
nom_seq
Names of sequences. |
private int |
nombre_meilleurs
Number of the bests. |
private int[][] |
score_seq
Scores of sequences. |
Constructor Summary | |
---|---|
Resultat(ADN1test[] tabSeq)
Constructor with given table of test sequences. |
|
Resultat(int taille,
ADN1test[] tabSeq)
Deprecated. [not used] |
Method Summary | |
---|---|
void |
ajoute(int score,
int[] quelleSeq)
To add a score for a specified sequence... |
void |
calcul_constantes(int nb)
To compute constant values... |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int[] distribution
private int max
private int moyenne
private int nombre_meilleurs
private int barre
private int decalage
private java.lang.String[] nom_seq
private int[][] score_seq
Constructor Detail |
---|
public Resultat(ADN1test[] tabSeq)
tabSeq
- (ADN1test[])ADN1test.resultat_Optimal(ADN1cible, ADN1test, ADN1test[], java.io.BufferedReader, int, int, int, boolean)
public Resultat(int taille, ADN1test[] tabSeq)
taille
- (int) lengthtabSeq
- (ADN1test[])Method Detail |
---|
public void ajoute(int score, int[] quelleSeq)
score
- (int)quelleSeq
- (int) position of the sequence ?ADN1test.meilleur_combinaison_sequence(ADN1cible, ADN1cible, ADN1test, ADN1test[], int[], int, int, int, int, int, Resultat, boolean)
public void calcul_constantes(int nb)
nb
- (int) [set barre]public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |