Projects tagged ‘analysis’ and ‘business-intelligence’


[9 total ]

10 Users
 

RapidMiner (formerly YALE) is the most comprehensive open-source software for intelligent data analysis, data mining, knowledge discovery, machine learning, predictive analytics, forecasting, and ... [More] analytics in business intelligence (BI). RapidMiner provides more than 400 data mining operators, a graphical user interface (GUI), an online tutorial with hands-on data mining applications, a comprehensive PDF tutorial, many visualization schemes for data sets and data mining results, many different learning and meta-learning schemes ranging from decision tree and rule learners to neural networks, SVMs, ensemble methods, etc. RapidMiner is implemented in Java and available under GPL (GNU General Public License) as well as under a developer license (OEM license) for closed-source developers [Less]
Created over 3 years ago.

6 Users
   

The Palo Suite is a SaaS enabled Open-Source BI Suite for Performance Management including Planning, Analysis, Reporting and ETL. The suite includes an in-memory OLAP Server, an Ajax-based online ... [More] spreadsheet with DynaRanges and a web-based ETL-Tool. Palo OLAP Server is multi- dimensional, memory based, able to consolidate data hierarchies in real time and supports write-back of data. Write-back can be top-down or buttom-up. Palo is a memory based MOLAP database (RT-OLAP), it is not based on a relational database (Palo is not a ROLAP-Database). You can connect to Palo from any application by using a variety of software APIs (C, Java, PHP, .NET). There is a free Excel and OpenOffice Add-In that acts as a sophisticated spreadsheet interface. [Less]
Created over 3 years ago.

5 Users

DataCleaner is an Open Source application for profiling, validating and comparing data. These activities help you administer and monitor your data quality in order to ensure that your data is useful ... [More] and applicable to your business situation. DataCleaner is the free alternative to software for master data management (MDM) methodologies, data warehousing (DW) projects, statistical research, preparation for extract-transform-load (ETL) activities and more. [Less]
Created about 1 year ago.

1 Users

Free Software Development Kit (SDK) for the .NET Developers. It is implemented on top of the Forecasting API v2 and makes leveraging Lokad forecasting technology a breeze.
Created 9 months ago.

0 Users

Created 4 months ago.

0 Users

Latest News13/08/2009: PAT 0.5.0-SNAPSHOT released. Release Notes.Download. 21/7/2009: PAT 0.4 released. Release Notes. Download. 29/6/2009: PAT 0.3 released. Release Notes. 27/4/2009: PAT 0.2 ... [More] released. Release Notes. What Is PAT?Pentaho Analysis Tool (PAT) is a GWT based analysis tool designed to replace JPivot and work along side the Pentaho Business Intelligence Suite, giving end users better and easier control of their data. Getting StartedThe easiest way to get started with Pentaho Analysis Tool (PAT) is to run the hosted demo which is available for both Linux and Windows. You can download either package from the downloads area. A more detailed guide on how to run the hosted demo packages can be found here. If you are a developer check out HOWTO get started as PAT developer Screenshots .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); [Less]
Created 11 months ago.

0 Users

GuanooGuanoo is a collection of web data collection and analytics services written in Perl and other scripting languages. It runs on Linux, Mac OS X and Solaris with MySQL databases. It would be ... [More] possible to run it on Windows with minor modifications. X PerformThe first part of the Guanoo system is called "X Perform" where X is any web event. Most web events are page views, but the system is designed to measure a large number of events to be compatible with future subprojects such as measuring video, email, news feeds, etc. The X Perform system works as follows: A web browser requests a measured web page on a web site Some JavaScript code in the measured page sends data to the X Perform web server The Apache web server logs details about the page view event A Perl process called "extractor.pl" reads events in the Apache log A Perl process called "transformer.pl" loads events into databases Separately there are reporting programs (also written in Perl) to regularly generate detailed web traffic reports, which may be read directly from the MySQL database, or via XML/JSON web service API calls using REST. The web services API is written using Perl CGI because it's simple and it works. [Less]
Created 12 months ago.

0 Users

The purpose of this java program is to create a date dimension that can be used for analysis in a data mart or any table that also contains a date field. This table can be joined to the "fact" or ... [More] "transaction" table to do analysis such as give me all transactions at a granularity of quarter, week, month, etc. This program supports multiple languages, although has only been designed to produce output of one language at a time. This jar file contains the following: 1.)DateDim.properties - this file is required by the DateDimensionBuilder program to provide information such as starting date, ending date, language, etc. 2.) DateDimensionBuilder - this is the java program that creates the data. 3.) rundatedim.bat - bat file to run the program 4.) sqlserverdatedimschema.sql - sample database schema for sql server. 5.) datedimsample.mdb - sample access database with data. 6.) datedimdata.txt - sample file with data. 7.) javadoc is included as well. To use this program 1.) unzip the contents into a directory on your machine. 2.) View/modidify the contents of the DateDim.properties file to contain the dates required, format of date, language, etc.. 3.) Use the rundatedim.bat to run the program. If you want you can also invoke this DateDimensionBuilder from within another java application. Please see the javadocs for constructors and public methods. It would be nice is someone built a nice gui for this, but for now it is a batch program that takes input from the properties file. [Less]
Created 11 months ago.

0 Users

This project mainly talk about the method to implement BI using Silverlight. Now that I can find the way to render KPI and Cube,IT IS NOT A CONTROL or something,because of silverlight,it is just tell a way to implement.
Created 10 months ago.