File Index
Clustering.js
Copyright (C) 2009 www.webis.de- Implementation of the clustering data structure
- Implementation of generic cluster algorithm wrapper
- Implemention of the MajorClust algorithmus using a singleton pattern
- Implementation of cluster labeling using Weighted Centroid Covering
- Author:
- Alexander Kuemmel alexander.kuemme[email protected], Christian Fricke [email protected]
- Version:
- 0.1
ClusterValidity.js
Copyright (C) 2009 www.webis.de- Author:
- Christof Braeutigam christof.braeutiga[email protected], Christian Fricke [email protected]
- Version:
- 0.1
Document.js
Copyright (C) 2009 www.webis.de- Author:
- Christof Braeutigam [email protected]
- Version:
- 0.1
Feature.js
Copyright (C) 2009 www.webis.de- Author:
- Christof Braeutigam [email protected]
- Version:
- 0.1
Graph.js
Copyright (C) 2009 www.webis.de- Author:
- Christian Fricke [email protected]
- Version:
- 0.1
GraphProcedures.js
Copyright (C) 2009 www.webis.de- Author:
- Christof Braeutigam christof.braeutiga[email protected], Christian Fricke [email protected]
- Version:
- 0.1
HelperFunctions.js
Copyright (C) 2009 www.webis.dePackage creation, needs to be placed in global scope first order.
- Author:
- Alexander Kuemmel alexander.kuemme[email protected], Christian Fricke [email protected]
JSExtensions.js
Copyright (C) 2009 www.webis.deA central space where all extension to native JavaScript objects and functions.
- Author:
- Christof Braeutigam [email protected], Alexander Kuemmel alexander.kuemme[email protected], Christian Fricke [email protected]
- Version:
- 0.1
PorterStemmer.js
Copyright (C) 2009 www.webis.dePorter stemmer in Javascript. Few comments, but it's easy to follow against
the rules in the original paper, in
see also http://www.tartarus.org/~martin/PorterStemmer
- Version:
- 0.1
RetrievalModel.js
Copyright (C) 2009 www.webis.de- Author:
- Christof Braeutigam [email protected]
- Version:
- 0.1
Vector.js
Copyright (C) 2009 www.webis.de- Author:
- Christof Braeutigam [email protected], Alexander Kuemmel [email protected]
- Version:
- 0.1
Vocabulary.js
Copyright (C) 2009 www.webis.de- Author:
- Alexander Kuemmel alexander.kuemme[email protected], Christian Fricke [email protected]
- Version:
- 0.1
Check.js
Copyright (C) 2009 www.webis.deSet of assertion routines used for type checks and common pitfalls
- Author:
- Martin Potthast [email protected], Christof Braeutigam [email protected]