|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--classifier.MatriceCategorie
Implementa la matrice delle categorie. Collects the vector of statistiche from all categories.
Constructor Summary | |
MatriceCategorie(float[][] stats)
|
|
MatriceCategorie(MatriceCategorie MC)
Copy constructor. |
Method Summary | |
void |
add(MatriceCategorie MC)
Somma, elemento per elemento, due matrici. |
void |
add(java.util.Vector categories,
float value)
Somma un valore agli elementi della matrice specificati da un Vector di Categoria. |
void |
clear()
Azzera tutta la matrice. |
float[][] |
getStats()
|
void |
print(TabellaCategorie TC)
|
void |
product(float value)
Moltiplica tutti gli elementi della matrice per un float. |
void |
product(MatriceCategorie MC)
Moltiplica, elemento per elemento, due matrici. |
void |
product(java.util.Vector categories,
float value)
Moltiplica un valore agli elementi della matrice specificati da un Vector di Categoria. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MatriceCategorie(float[][] stats)
public MatriceCategorie(MatriceCategorie MC)
Method Detail |
public void product(float value)
public void add(java.util.Vector categories, float value)
public void product(java.util.Vector categories, float value)
public void add(MatriceCategorie MC)
public void product(MatriceCategorie MC)
public void clear()
public float[][] getStats()
public void print(TabellaCategorie TC)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |