Skip to content

Commit a5f033f

Browse files
committed
adding java files
0 parents  commit a5f033f

File tree

415 files changed

+632083
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

415 files changed

+632083
-0
lines changed

.cities.txt.swp

1.03 MB
Binary file not shown.

.classpath

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry excluding="memberCityMatrix.java|scrapeTripAdvisor.java|recommender/VectorSimilarity.java" kind="src" path="src"/>
4+
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
5+
<classpathentry exported="true" kind="lib" path="/home/dchouren/Downloads/jsoup-1.7.3.jar" sourcepath="/home/dchouren/Downloads/jsoup-1.7.3-sources.jar">
6+
<attributes>
7+
<attribute name="javadoc_location" value="file:/home/dchouren/Downloads/"/>
8+
</attributes>
9+
</classpathentry>
10+
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
11+
<classpathentry kind="output" path="bin"/>
12+
</classpath>

.project

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>TripNoticeRecommendationSystem</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.jdt.core.javanature</nature>
16+
</natures>
17+
</projectDescription>

.settings/org.eclipse.jdt.core.prefs

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
4+
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5+
org.eclipse.jdt.core.compiler.compliance=1.7
6+
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7+
org.eclipse.jdt.core.compiler.debug.localVariable=generate
8+
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9+
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10+
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11+
org.eclipse.jdt.core.compiler.source=1.7

bin/ArrayHelper$1.class

793 Bytes
Binary file not shown.

bin/ArrayHelper.class

544 Bytes
Binary file not shown.

bin/CommonItems.class

1.27 KB
Binary file not shown.

bin/Epsilon.class

585 Bytes
Binary file not shown.

bin/FileUtil.class

3.43 KB
Binary file not shown.

bin/MCMatrix.class

16.8 KB
Binary file not shown.

bin/MCMatrixTest.class

1.31 KB
Binary file not shown.

bin/MapUtil.class

1.74 KB
Binary file not shown.

bin/Probability.class

1.58 KB
Binary file not shown.

bin/Recommender.class

8.84 KB
Binary file not shown.

bin/SelectedCities.class

3.03 KB
Binary file not shown.

bin/SetUtils.class

1.64 KB
Binary file not shown.

bin/TripAdvisorScraper.class

28.7 KB
Binary file not shown.

bin/VectorSimilarity.class

6.95 KB
Binary file not shown.

bin/toStringHelper.class

1.67 KB
Binary file not shown.

0 commit comments

Comments
 (0)