Quantcast
Channel: Codemiles.com Programming Forums - All Topics
Browsing all 36 articles
Browse latest View live

Click to jump to page…

Page 1 of 1 • 1, 2

View Article


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 Article


Image may be NSFW.
Clik here to view.

Building 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 Article

Building Quantile regression in R

updated.Statistics : Posted by codemiles • on Tue Dec 16, 2014 6:36 am • Replies 1 • Views 6768

View Article

Cost 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 Article


Cost 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 Article

Spearman 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 Article

Spearman correlation in R with pie charts

Updated.Statistics : Posted by codemiles • on Tue Dec 16, 2014 6:28 am • Replies 1 • Views 6172

View Article


R 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 Article


R 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 Article

Image may be NSFW.
Clik here to view.

Good 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 Article

Credit 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 Article

Image may be NSFW.
Clik here to view.

Credit 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 Article


Credit 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 Article

login 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 Article


Image may be NSFW.
Clik here to view.

login 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 Article

login using jsp

love itthanksStatistics : Posted by msi_333 • on Sat Jan 24, 2009 1:12 am • Replies 16 • Views 380831

View Article


login 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 Article

login 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 Article

Java 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
Browsing all 36 articles
Browse latest View live