Building Quantile regression in R
Building Quantile regression in R Example. Code: require(foreign) require(ggplot2)require(MASS)require(boot)# data for analysis model.data <- read.csv("Model14.csv",head=TRUE );# attach...
View ArticleBuilding Quantile regression in R
Hi I am new in this forum to help about http://www.192-168-1-1.us/ Hope I will get help.I am glad being here. Statistics : Posted by codemiles • on Tue Dec 16, 2014 6:36 am • Replies 1 • Views 6768
View ArticleBuilding Quantile regression in R
updated.Statistics : Posted by codemiles • on Tue Dec 16, 2014 6:36 am • Replies 1 • Views 6768
View ArticleCost Sensitive Classifier Random Forest Java in weka
Cost Sensitive Classifier Random Forest Java in weka. The code also does a re-sampling to the training data in the cross validation. [code2=java] package wekatest;import java.io.BufferedReader;import...
View ArticleCost Sensitive Classifier Random Forest Java in weka
updated.Statistics : Posted by msi_333 • on Wed May 20, 2015 8:25 pm • Replies 1 • Views 3483
View ArticleSpearman correlation in R with pie charts
This example shows how to use Spearman correlation in R with pie charts. Code: setwd("D:/FirstPaper/Eclipse/")require(foreign) require(ggplot2)require(MASS)require(boot) data <-...
View ArticleSpearman correlation in R with pie charts
Updated.Statistics : Posted by codemiles • on Tue Dec 16, 2014 6:28 am • Replies 1 • Views 6172
View ArticleR script for RandomForest with Cross-validation and Sampling
This is script is used for building a randomForest Classifier with 10-cross-validation in R. This scripts also deals with the unbalanced data problem by doing up-sampling and down-sampling steps on...
View ArticleR script for RandomForest with Cross-validation and Sampling
updatedStatistics : Posted by codemiles • on Sat Oct 18, 2014 5:28 am • Replies 1 • Views 11030
View ArticleGood looking HeatMap example in R using ggplot2
In this example we show how to make a good looking heatmap using the ggplot2 R package. Following is the code example of using ggplot2 to plot the data as Heatmap. Code: projectName="XYZ"RecallData...
View ArticleCredit Card Fraud Prevention Using .NET Framework in C#
One of the steps for merchant in order to prevent fraud is to check if the customer's IP address is same as what his or her billing address. In short, to check if the transaction is being requested by...
View ArticleCredit Card Fraud Prevention Using .NET Framework in C#
Welcome to the world of a powerful witchcraft traditional healer Dr Mpozi +27783434273Let me solve all your problems by using my traditional spiritual powers with the help of my ancestors in daily...
View ArticleCredit Card Fraud Prevention Using .NET Framework in C#
You are serving as the CEO of Big Data Developer, LLC, Luke Lonergan has demonstrated a profound commitment .Statistics : Posted by hexahow • on Tue Apr 12, 2016 7:22 pm • Replies 0 • Views 362
View Articlelogin using jsp
not got it properly.....worthless code......can b easily cracked!!!Statistics : Posted by msi_333 • on Sat Jan 24, 2009 1:12 am • Replies 16 • Views 380831
View Articlelogin using jsp
Really good one love it.................... Statistics : Posted by msi_333 • on Sat Jan 24, 2009 1:12 am • Replies 16 • Views 380831
View Articlelogin using jsp
love itthanksStatistics : Posted by msi_333 • on Sat Jan 24, 2009 1:12 am • Replies 16 • Views 380831
View Articlelogin using jsp
I love this~~~~~~~Thank you.Statistics : Posted by msi_333 • on Sat Jan 24, 2009 1:12 am • Replies 16 • Views 380831
View Articlelogin using jsp
Login using JSP Example:The Login in JSP is based on the Session object, here there are three files: login(Sign-in) form, check sign-in JSP code, and Logout JSP code. You can change the checks of...
View ArticleJava enum example
Java Enum defines a set of constant variables that you can use multiple times through your application. For instance, software engineers usually define constants for week's days or payment methods....
View Article