sunandap / airhead-research

Automatically exported from code.google.com/p/airhead-research
0 stars 0 forks source link

changing the s-space interface #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:

Fix indentation issues
Update the S-Space interface to utilize vectors
  - Change getVectorFor to getVector
  - getVector returns a Vector
  - Change getVectorSize to getVectorLength
Update the temporal S-Space interface to have the same changes
  - All methods which returned a double[] for a semantic meaning now return
a Vector

A few new methods were added to the vector package tofacilitate these additions

When reviewing my code changes, please focus on:
Interface changes
Confirm that using Vector in certain places (read SemanticSpaceIO) does not
break working code

After the review, I'll merge this branch into:
/trunk

Original issue reported on code.google.com by FozzietheBeat@gmail.com on 28 Oct 2009 at 6:12

GoogleCodeExporter commented 9 years ago
Set review issue status to: Fixed

Original comment by David.Ju...@gmail.com on 29 Oct 2009 at 12:53

GoogleCodeExporter commented 9 years ago
This isn't fixed yet, since the code review isn't finished :P

Original comment by FozzietheBeat@gmail.com on 29 Oct 2009 at 3:00

GoogleCodeExporter commented 9 years ago
Set review issue status to: Done

Original comment by FozzietheBeat@gmail.com on 5 Nov 2009 at 3:16