Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.277.563 Times

Cross Validation Of Data software
Filter: All | Freeware | Demo
 

Cross Validation Of Data

1 2 3 4 5 > 
Added: October 27, 2010 | Visits: 1.018

Declare::Constraints::Simple Declare::Constraints::Simple is a Perl module for Declarative Validation of Data Structures. SYNOPSIS use Declare::Constraints::Simple-All; my $profile = IsHashRef( -keys => HasLength, -values => IsArrayRef( IsObject )); my $result1 = $profile->(undef); print $result1->message, "n"; #...



Platforms: *nix

License: Freeware Size: 30.72 KB Download (88): Declare::Constraints::Simple Download

PLS regression or discriminant analysis, with leave-one-out cross-validation and prediction Leave-one-out cross-validation for PLS regression or discriminant analysispls_cv = plscv(x,y,vl,'da')input:x (samples x descriptors) for cross-validationy (samples x variables) for regression or (samples x classes) for discriminant analysis. Classes numbers must be >0.vl (1 x 1) number of latent...





Platforms: Matlab


PLS regression or discriminant analysis, with leave-one-out cross-validation and prediction. Leave-one-out cross-validation for PLS regression or discriminant analysispls_cv = plscv(x,y,vl,'da')input:x (samples x descriptors) for cross-validationy (samples x variables) for regression or (samples x classes) for discriminant analysis. Classes numbers must be >0.vl (1 x 1) number of latent...


Platforms: Matlab


Circular Cross Correlation of the Columns of an Array - circ xcorr The program takes the columns of an input matrix and calculates the auto and cross correlation of these columns using an fft method. The result is very similar to the xcorr function. This method could be used to evaluate the cross correlation of repeating code sequences, and other similar...


Platforms: Matlab


Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 560

Recovery of Data Download best recovery of data software that facilitates user to salvage digital media files and folders in minimal duration of time period by executing advanced deep scan algorithm providing user complete detailed list of all data files and directories once stored in your storage media data...


Platforms: Windows

License: Shareware Cost: $79.99 USD Size: 2.16 MB Download (53): Recovery of Data Download

Decision Trees and Predictive Models with cross-validation and ROC analysis plot Decision tree learning is a common method used in data mining. Most of the commercial packages offer complex Tree classification algorithms, but they are very much expensive.This matlab code uses d-de?classregtree' function that implement GINI algorithm to determine the best split for each...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 972.8 KB Download (53): Decision Trees and Predictive Models with cross-validation and ROC analysis plot Download

Added: June 03, 2010 | Visits: 866

JsTester JsTester allows validation of JavaScript code inside Java. JsTester provides a group of assert methods like JUnits Assert, and it supports validation by Douglas Crockfords Remedial JavaScript. You can also use your own validations..


Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): JsTester Download

Released: November 09, 2012  |  Added: November 09, 2012 | Visits: 424

DatabaseBridge DatabaseBridge is a powerful cross-DBMS data migration, data comparison and distributed query tool that also performs validation of flat data and acts as a convenient multi-DBMS browser. It is designed to work in a cross-DBMS, multiple data source environment and to serve a broad range of...


Platforms: Windows

License: Shareware Cost: $125.00 USD Size: 11.25 MB Download (46): DatabaseBridge Download

Released: August 14, 2012  |  Added: August 14, 2012 | Visits: 594

Centerprise Data Integrator Professional Centerprise Data Integrator Professional represents a new generation of data integration platform that helps you manage your most demanding integration tasks using a high-performance, unified, and easy to use environment. Whether you are performing complex transformations on data received from...


Platforms: Windows

License: Shareware Cost: $2999.00 USD Size: 26.9 MB Download (507): Centerprise Data Integrator Professional Download

Added: August 18, 2013 | Visits: 563

Calculate number of windows of data Takes the data length, window length and window overlap length as inputs and returns the number of windows that will result. Will also return the start samples and end samples of each window if asked.


Platforms: Matlab

License: Freeware Size: 10 KB Download (46): Calculate number of windows of data Download

Added: April 30, 2013 | Visits: 380

Display Formatted Text Table of Data displaytable: prints formatted matrix of numerical data with headingsSyntaxdisplaytable(data, colheadings, wid, fms, rowheadings, fid, colsep, rowending)Input:data: a matrix or cell array, containing the data to be put in the table.If a matrix the numbers in the table will be printed to using the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (46): Display Formatted Text Table of Data Download

Added: August 24, 2013 | Visits: 370

Annotated cropping of data plots With the same data plotted in two sets of axes, cropbox.m draws a box in the first axes to indicate the cropping limits specified by the user. The second axes is cropped to the specified limits and lines are drawn linking the corners of the cropping box to the corners of the cropped axes.Lines...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Annotated cropping of data plots Download

Added: September 16, 2013 | Visits: 318

4D data exploration This is an extension of the 3 linked cross-sections of a volumic data to the time domain. It is invoked command-line through a syntax as simple as 'fn_4Dview(data)' or more elaborated as 'fn_4Dview(Y,'clip',[0 40],'2d','in',2,'time','fifth',1)'.Interesting features are:- mouse-selection of...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 20.48 KB Download (51): 4D data exploration Download

Released: February 04, 2004  |  Added: February 23, 2006 | Visits: 5.989

Advanced Data Grid Control This java Data Grid Control applet enables the display of data in rows and columns in java & web applications. Powerful features include Fast Sorting, Data Acquisition, URL Hyperlinks, Embedded Images, Column Totalling and much more. Enables Dynamic interaction with other page components via...


Platforms: DOS, OS/2, Windows, Mac, *nix, Windows CE

License: Shareware Cost: $49.00 USD Size: 150 KB Download (178): Advanced Data Grid Control Download

Released: January 16, 2008  |  Added: April 01, 2008 | Visits: 6.163

COM Port Data Emulator If you are a software developer or a hardware engineer, you may often face situations when you need information about the ability of communication ports on a typical end-user system to handle large flows of data. If looking for a reliable COM port testing and analysis tool, look no further than...


Platforms: Windows

License: Freeware Size: 1.41 MB Download (1518): COM Port Data Emulator Download

Added: April 11, 2010 | Visits: 938

Audio::Data Audio::Data is a module for representing audio data to perl. SYNOPSIS use Audio::Data; my $audio = Audio::Data->new(rate => , ...); $audio->method(...) $audio OP ... Audio::Data represents audio data to perl in a fairly compact and efficient manner using C via XS to hold data as a C...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (100): Audio::Data Download

Released: July 08, 2010  |  Added: July 16, 2010 | Visits: 1.370

ProtectStar Data Shredder Professional The new version 2.5 Professional of ProtectStar Data Shredder is now available as download and as a free upgrade for current clients. The professional award-winning Windows software for secure deletion of data and storage including state-of-the-art deletion logs ushers in an intelligent...


Platforms: Windows

License: Shareware Cost: $49.90 USD Size: 7.56 MB Download (123): ProtectStar Data Shredder Professional Download

Released: April 05, 2012  |  Added: April 19, 2012 | Visits: 1.614

dbForge Data Studio for SQL Server dbForge Data Studio for SQL Server is a solution for application developers and data analysts to view,edit, analyze data,and to create data reports efficiently.It's essential for data analysts operating with large amounts of data. Data Studio enables the following: *Write and format SQL...


Platforms: Windows

License: Shareware Cost: $199.95 USD Size: 23.97 MB Download (284): dbForge Data Studio for SQL Server Download

Released: May 27, 2011  |  Added: July 12, 2011 | Visits: 1.275

Data Masking Suite Easy Data Masking - simple to install, flexible, and self-explanatory. Create test data and mask sensitive data. Orpheus Data Masking Suite is exceptionally easy to use. You don't need IT skills to know how to mask the sensitive data you would like to protect. Try the free demo version of...


Platforms: Windows

License: Freeware Size: 3.65 MB Download (105): Data Masking Suite Download

Released: October 01, 2009  |  Added: October 23, 2011 | Visits: 2.026

Stellar Phoenix Macintosh Data Recovery Stellar Phoenix Macintosh Data Recovery Software is designed to recover lost data, photo, audio and video files lost due to logical crashes. Software recovers and restores lost data from corrupt, damaged, deleted HFS+, HFS and HFSX volumes of Mac OS. Storage media is susceptible to damages due to...


Platforms: Mac, OS X 10.6 Snow Leopard, 10.5 Leopard, 10.4 Tiger

License: Shareware Cost: $99.00 USD Size: 11.6 MB Download (2158): Stellar Phoenix Macintosh Data Recovery Download

1 2 3 4 5 >