|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttranscript.algorithms.modelbased.svd.CourseMap
public class CourseMap
Simple class to map course names to 0-indexed ids and vice versa.
| Constructor Summary | |
|---|---|
CourseMap()
Constructor. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
void |
mapCourses(TranscriptMemHelper tmh)
Creates and serializes two maps - one from course name to a 0-indexed id, and one from said id to course name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CourseMap()
| Method Detail |
|---|
public void mapCourses(TranscriptMemHelper tmh)
mh - The TranscriptMemHelper to get course data from.public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||