Skip to content

Amidovka/NumberPrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Number Prediction

Number Prediction is a Java application for predicting data using different technologies.

##Input Data

Data analyzed is a log file containing certain values. To process data in Java log file is converted to CSV file. Here is the bash script for converting: logToCsv.sh. Some duplicate rows are deleted using Microsoft Excel. The list of columns of independent values in CSV file:

  • numFlows
  • flowLoadingTime
  • numEvents
  • collectionDuration
  • numPrimitiveIncidents
  • numFlowsInEvents
  • resultSize
  • numArtificialFileDownloadEvents
  • numFileDownloadFlows

The dependent value, which is obseved and predicted is computationTime.

About

simple number prediction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors