r

by

SUBMISSION REQUIREMENTS: Please submit a single R script file named with your “First_Last Name.R” ONLY.  Your R script code must calculate the effectivness of your classification as described below.
Similar to the classification example.  process and classify the newsgroup document data. Download this data  and save it on your computer in your R packages folder under “tm/text/”. Your code MUST access it from there!
Note that the data is separated into one test and one train folder, each containing 20 sub folders on different subjects. Choose these 2 subjects to analyze (sci.space and rec.autos) and 100 documents from each.  
Consider “rec.autos” as positive and “sci.space” as negative event. Note that kNN  syntax expects (Positive First, Negative second)
Classify the Newsgroups data (by date version data set) from Blackboard:
•        Save data in your “tm/text/” folder so you can specify path using system.file()
•       Note that the data is separated into one test and one train folder, each containing 20 sub folders on different subjects.
Choose these 2 subjects to analyze (sci.space and rec.autos) and 100 documents from each.
•        For each subject select:
–       100 documents for training from the train folder
–       100 documents for testing from the test folder
•        Obtain the merged Corpus (of 400 documents), please keep the order as
–       Doc1.Train from the “sci.space” newsgroup train data
–       Doc1.Test from the “sci.space” newsgroup test data
–       Doc2.Train from the ” rec.autos” newsgroup train data
–       Doc2.Test from the ” rec.autos” newsgroup test data
•        Implement preprocessing (clearly indicate what you have used)
•        Create the Document-Term Matrix using the following arguments (word lengths of at least 2, word frequency of at least 5)
–      use: control=list(wordLengths=c(2,Inf), bounds=list(global=c(5,Inf)))
•        Split the Document-Term Matrix into proper test/train row ranges
–       train range containing rows (1:100) and (201:300)
–       test range  containing rows (101:200) and (301:400)
–       Note that knn expects the positive (“Rec”) event as first, so re-adjust your train/test range if necessary.  
•        Use the abbreviations “Positive” and “Negative” as tag factors in your classification.
–       Check if the tag order is correct using table(Tags)
–       You should get
•        Tags
•        Positive Negative
•        100      100
–       If your order is not right make proper changes.
•        Classify text using the kNN() function
•        Display classification results as a R dataframe and name the columns as:
–       “Doc”
–       “Predict”  – Tag factors of predicted subject (Positive or Negative)
–       “Prob” – The classification probability
–       “Correct’ – TRUE/FALSE
•        What is the percentage of correct (TRUE) classifications?
•        Estimate the effectiveness of your classification:
– Calculate and  clearly mark the values TP, TN, FP, FN
–       Create the confusion matrix and name the rows and columns with what is Positive/Negative event
–       Calculate Precision
–       Calculate Recall
–       Calculate F-score
Note that one way you can select only 100 documents is
> Temp1 <- DirSource(Doc1.TestPath)
> Doc1.Train <- Corpus(URISource(Temp1$filelist[1:100]),readerControl=list(reader=readPlain))
Approximate price: $22
We value our customers and so we ensure that what we do is 100% original..

With us you are guaranteed of quality work done by our qualified experts.Your information and everything that you do with us is kept completely confidential.You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.The Product ordered is guaranteed to be original. Orders are checked by the most advanced anti-plagiarism software in the market to assure that the Product is 100% original. The Company has a zero tolerance policy for plagiarism.The Free Revision policy is a courtesy service that the Company provides to help ensure Customer’s total satisfaction with the completed Order. To receive free revision the Company requires that the Customer provide the request within fourteen (14) days from the first completion date and within a period of thirty (30) days for dissertations.The Company is committed to protect the privacy of the Customer and it will never resell or share any of Customer’s personal information, including credit card data, with any third party. All the online transactions are processed through the secure and reliable online payment systems.By placing an order with us, you agree to the service we provide. We will endear to do all that it takes to deliver a comprehensive paper as per your requirements. We also count on your cooperation to ensure that we deliver on this mandate.

Never use plagiarized sources. Get Your Original Essay on
r
Hire Professionals Just from $11/Page
Order Now Click here