Posted on November 25, 2008 by Andrea
Informatic Devices – Java UltraUnits Power Libraries new version! Download Here.
Java UltraUnits is a powerful set of general purpose libraries that provide a suite of tools able to easily handle most common objects and manage quickly software, operative system components and information sources. Here some example of Database and File Handling:
DatabaseConnector dbc = new DatabaseConnector();
dbc.Open(DatabaseConnector.DRV_POSTGRES, “//localhost:5432/mydb”, [...]
Filed under: Software Development, Solutions | Tagged: libraries | Leave a Comment »
Posted on November 20, 2008 by Andrea
Posted on November 15, 2008 by Andrea
Confusion Matrix, Test’s AccuracyThe new confusion matrix quick sheet is available for download.
In Predictive Analytics, a Table of Confusion, also known as a confusion matrix, is a table with two rows and two columns that reports the number of True Negatives (TP), False Positives (FP), False Negatives (FN), and True Positives (TP).
Some useful metrics provide [...]
Filed under: Labels, Publishing | Tagged: accuracy, accuracy metrics, binary classification, confusion matrix, test | Leave a Comment »
Posted on November 10, 2008 by Andrea
Investigatore rappresenta un innovativo modo di concepire un agenda elettronica. Memorizzare tutte le informazioni relative a conoscenti, gruppi di lavoro, ma anche memoranda e todo-list, sarà ancora più semplice. Consente inoltre di monitorare tutte le informazioni relative ai vostri account internet, il cui aumento negli ultimi anni ci obbliga a memorizzare in un supporto sicuro [...]
Filed under: Software Development, Solutions | Tagged: investigatore | Leave a Comment »
Posted on November 5, 2008 by Andrea
Durante dei test di confronto di performance tra i database Postgress & MySQL sono venuti fuori dei risultati molto interessanti a favore del primo. I test replicano l’utilizzo di routine dei database, con query di inserzione e gestione di dati. Non vengono utilizzate funzioni, triggers, stored procedures e nessun’altra funzione proprietaria del db.
MySQL è veloce [...]
Filed under: Bulletin | Leave a Comment »