A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

E

eig() - Method in class comirva.audio.util.math.Matrix
Eigenvalue Decomposition
EigenvalueDecomposition - Class in comirva.audio.util.math
Eigenvalues and eigenvectors of a real matrix.
EigenvalueDecomposition(Matrix) - Constructor for class comirva.audio.util.math.EigenvalueDecomposition
Check for symmetry, then construct the eigenvalue decomposition
END_OFFSET - Static variable in class comirva.web.crawling.agmis.GoldenRetriever
 
EntityContext - Class in comirva.web.ie.bandmembers
 
EntityContext(String, String, String) - Constructor for class comirva.web.ie.bandmembers.EntityContext
 
entityName - Variable in class comirva.data.EntityTermProfile
 
EntityTermProfile - Class in comirva.data
This class implements a term profile for entities like artist names.
EntityTermProfile(File) - Constructor for class comirva.data.EntityTermProfile
Creates a new EntityTermProfile-instance.
EntityTermProfile() - Constructor for class comirva.data.EntityTermProfile
Creates a new EntityTermProfile-instance.
eps - Variable in class comirva.visu.VisuPane
 
EpsArc2D - Class in comirva.visu.epsgraphics.objects
This class represents an EpsArc2D
EpsArc2D(Arc2D) - Constructor for class comirva.visu.epsgraphics.objects.EpsArc2D
create an EpsArc2D using the given Arc2D
EpsArc2D(Arc2D, boolean) - Constructor for class comirva.visu.epsgraphics.objects.EpsArc2D
creates an EpsArc2D using the given parameters
EpsCanvas - Class in comirva.visu.epsgraphics
An extension of the plain canvas to support postscript output.
EpsCanvas() - Constructor for class comirva.visu.epsgraphics.EpsCanvas
create default canvas
EpsCanvas(GraphicsConfiguration) - Constructor for class comirva.visu.epsgraphics.EpsCanvas
create canvas using given graphics configuration
EpsClip - Class in comirva.visu.epsgraphics.objects
This class represents an EpsClip.
EpsClip(Shape) - Constructor for class comirva.visu.epsgraphics.objects.EpsClip
construct a new eps clip region.
EpsClip(Shape, boolean) - Constructor for class comirva.visu.epsgraphics.objects.EpsClip
construct a new eps clip region.
EpsClip(int) - Constructor for class comirva.visu.epsgraphics.objects.EpsClip
constructs an eps clip resetter.
EpsColor - Class in comirva.visu.epsgraphics.objects
This class represents an EpsColor It is used to save paint color changes (setColor)
EpsColor() - Constructor for class comirva.visu.epsgraphics.objects.EpsColor
 
EpsColor(Color) - Constructor for class comirva.visu.epsgraphics.objects.EpsColor
 
EpsComment - Class in comirva.visu.epsgraphics.objects
This class provides the possibility to add comments to the resulting eps file.
EpsComment(String) - Constructor for class comirva.visu.epsgraphics.objects.EpsComment
create a comment with the specified text The coment indicator '%' is automatically inserted.
EPSFileFilter - Class in comirva.io.filefilter
This class implements a FileFilter for *.eps files which are Encapsulated PostScript files and used to store the content of the visualization pane.
EPSFileFilter() - Constructor for class comirva.io.filefilter.EPSFileFilter
 
EpsFont - Class in comirva.visu.epsgraphics.objects
represents an EpsFont.
EpsFont(Font) - Constructor for class comirva.visu.epsgraphics.objects.EpsFont
create eps font (type postscript)
EpsFont(Font, int) - Constructor for class comirva.visu.epsgraphics.objects.EpsFont
create eps font with given type (EpsFont.TYPE_POSTSCRIPT or EpsFont.TYPE_NAME or EpsFont.TYPE_FAMILY)
EpsGlyph - Class in comirva.visu.epsgraphics.objects
This class represents an EpsGlyph.
EpsGlyph(GlyphVector) - Constructor for class comirva.visu.epsgraphics.objects.EpsGlyph
create eps glyph using given glyph vector.
EpsGlyph(GlyphVector, Point) - Constructor for class comirva.visu.epsgraphics.objects.EpsGlyph
create eps glyph using given glyph vector at given position.
EpsGlyph(GlyphVector, Point, boolean) - Constructor for class comirva.visu.epsgraphics.objects.EpsGlyph
create eps glyph using the given information
EpsGlyph(GlyphVector, boolean) - Constructor for class comirva.visu.epsgraphics.objects.EpsGlyph
create eps glyph using the given information
EpsGraphics2D - Class in comirva.visu.epsgraphics
This class provides postscript generation.
EpsGraphics2D() - Constructor for class comirva.visu.epsgraphics.EpsGraphics2D
 
EpsImage - Class in comirva.visu.epsgraphics.objects
this class represents an eps image.
EpsImage(RenderedImage, Point) - Constructor for class comirva.visu.epsgraphics.objects.EpsImage
create eps image
EpsObject - Interface in comirva.visu.epsgraphics.objects
This interface marks a class as postscript object.
EpsPath - Class in comirva.visu.epsgraphics.objects
this class represents a general eps path.
EpsPath() - Constructor for class comirva.visu.epsgraphics.objects.EpsPath
construct a default path (1 point, not closed, not filled
EpsPath(double[], double[]) - Constructor for class comirva.visu.epsgraphics.objects.EpsPath
construct a path from the given points, not closed, not filled
EpsPath(double[], double[], boolean) - Constructor for class comirva.visu.epsgraphics.objects.EpsPath
construct a path from given points, not filled
EpsPath(double[], double[], boolean, boolean) - Constructor for class comirva.visu.epsgraphics.objects.EpsPath
construct a path from given points
EpsRectangle - Class in comirva.visu.epsgraphics.objects
this class represents an eps rectangle
EpsRectangle(Rectangle) - Constructor for class comirva.visu.epsgraphics.objects.EpsRectangle
constructs eps rectangle using specified information
EpsRectangle(Rectangle, boolean) - Constructor for class comirva.visu.epsgraphics.objects.EpsRectangle
constructs an filled eps rectangle
EpsRoundRectangle2D - Class in comirva.visu.epsgraphics.objects
This class encapsulates a eps rectangle with rounded corners.
EpsRoundRectangle2D() - Constructor for class comirva.visu.epsgraphics.objects.EpsRoundRectangle2D
construct a default ps round rectangle
EpsRoundRectangle2D(boolean) - Constructor for class comirva.visu.epsgraphics.objects.EpsRoundRectangle2D
construct a default filled eps round rectangle
EpsRoundRectangle2D(RoundRectangle2D.Double) - Constructor for class comirva.visu.epsgraphics.objects.EpsRoundRectangle2D
construct a round rectangle given by the parameter
EpsRoundRectangle2D(RoundRectangle2D.Double, boolean) - Constructor for class comirva.visu.epsgraphics.objects.EpsRoundRectangle2D
constructs a rounded rectangle
EpsRoundRectangle2D(RoundRectangle2D.Float) - Constructor for class comirva.visu.epsgraphics.objects.EpsRoundRectangle2D
constructs a rounded rectangle.
EpsRoundRectangle2D(RoundRectangle2D.Float, boolean) - Constructor for class comirva.visu.epsgraphics.objects.EpsRoundRectangle2D
constructs a rounded rectangle
EpsShape - Class in comirva.visu.epsgraphics.objects
This class encapsulates a general eps shape object.
EpsShape(Shape) - Constructor for class comirva.visu.epsgraphics.objects.EpsShape
construct an eps shape.
EpsShape(Shape, boolean) - Constructor for class comirva.visu.epsgraphics.objects.EpsShape
constructs an eps shape given by the parameters
EpsString - Class in comirva.visu.epsgraphics.objects
This class represents an eps string.
EpsString() - Constructor for class comirva.visu.epsgraphics.objects.EpsString
constructs empty string
EpsString(Point, String) - Constructor for class comirva.visu.epsgraphics.objects.EpsString
construct specified string at specified position
EpsString(double, double, String) - Constructor for class comirva.visu.epsgraphics.objects.EpsString
construct specified tring at the given position
EpsStroke - Class in comirva.visu.epsgraphics.objects
this class encapsulates an eps stroke.
EpsStroke(BasicStroke) - Constructor for class comirva.visu.epsgraphics.objects.EpsStroke
construct a new eps stroke based on given basic stroke
EpsStroke() - Constructor for class comirva.visu.epsgraphics.objects.EpsStroke
Constructs a new BasicStroke with defaults for all attributes.
EpsStroke(float, int, int, float, float[], float) - Constructor for class comirva.visu.epsgraphics.objects.EpsStroke
Constructs a new BasicStroke with the specified attributes.
EpsStroke(float, int, int, float) - Constructor for class comirva.visu.epsgraphics.objects.EpsStroke
Constructs a solid BasicStroke with the specified attributes.
EpsStroke(float, int, int) - Constructor for class comirva.visu.epsgraphics.objects.EpsStroke
Constructs a solid BasicStroke with the specified attributes.
EpsStroke(float) - Constructor for class comirva.visu.epsgraphics.objects.EpsStroke
Constructs a solid BasicStroke with the specified line width and with default values for the cap and join styles.
EpsTransform - Class in comirva.visu.epsgraphics.objects
this class represents an eps transformation.
EpsTransform(AffineTransform) - Constructor for class comirva.visu.epsgraphics.objects.EpsTransform
Constructs an Eps Transformation object which is equivalent by the given AffineTransform
EpsTransform(int, double, double) - Constructor for class comirva.visu.epsgraphics.objects.EpsTransform
Constructs an Eps Transformation object which performs a transformation given by the parameters.
EpsTransform(double) - Constructor for class comirva.visu.epsgraphics.objects.EpsTransform
Constructs an Eps Transformation object which performs a rotation by a given angle theta in degree.
EpsTransform(double, double, double) - Constructor for class comirva.visu.epsgraphics.objects.EpsTransform
Constructs an Eps Transfomration object which performs an "extended rotation": Calling this method is equivalent to translate(x,y); rotate(theta); translate(-x,-y);
EQUAL_HOST_LEVELS - Static variable in class comirva.web.crawling.agmis.GoldenRetriever
 
equals(Object) - Method in class comirva.visu.epsgraphics.objects.EpsArc2D
 
equals(Object) - Method in class comirva.visu.epsgraphics.objects.EpsClip
 
equals(Object) - Method in class comirva.visu.epsgraphics.objects.EpsColor
 
equals(Object) - Method in class comirva.visu.epsgraphics.objects.EpsComment
 
equals(Object) - Method in class comirva.visu.epsgraphics.objects.EpsFont
 
equals(Object) - Method in class comirva.visu.epsgraphics.objects.EpsGlyph
 
equals(Object) - Method in class comirva.visu.epsgraphics.objects.EpsImage
 
equals(Object) - Method in class comirva.visu.epsgraphics.objects.EpsPath
 
equals(Object) - Method in class comirva.visu.epsgraphics.objects.EpsShape
 
equals(Object) - Method in class comirva.visu.epsgraphics.objects.EpsString
 
equals(Object) - Method in class comirva.visu.epsgraphics.objects.EpsTransform
 
erf(double) - Static method in class comirva.audio.util.lsh.StatUtil
 
erfc(double) - Static method in class comirva.audio.util.lsh.StatUtil
 
erfcx(double) - Static method in class comirva.audio.util.lsh.StatUtil
 
escapeSpecialChars(String) - Static method in class comirva.web.ie.countryoforigin.CountryOfOriginDeterminer_Lucene
 
escapeSpecialChars(String) - Static method in class comirva.web.ie.countryoforigin.CountryOfOriginDeterminer_TextDistance
 
ETPCreatorThread - Class in comirva.io
This class implements a thread for creating entity term profiles given a root directory and a term list.
ETPCreatorThread(File, Vector<String>, JLabel) - Constructor for class comirva.io.ETPCreatorThread
Creates a EntityTermProfileCreatorThread for generating term profiles.
ETPLoaderConfig - Class in comirva.config
This class represents a configuration for an ETP-Loader.
ETPLoaderConfig(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class comirva.config.ETPLoaderConfig
Creates a new instance of an ETPLoader-configuartion.
ETPLoaderDialog - Class in comirva.ui
This class implements a dialog for specifying which data from an Entity Term Profile that is to be loaded from an XML-file are to be extracted.
ETPLoaderDialog(Frame) - Constructor for class comirva.ui.ETPLoaderDialog
Creates a new instance of the ETPLoader-dialog and initializes it.
ETPUserStudy - Class in comirva.util.external
 
ETPUserStudy() - Constructor for class comirva.util.external.ETPUserStudy
 
ETPXMLExtractorThread - Class in comirva.io
This class implements a thread for extracting data from an XML-file that contains an XML-serialized Entity Term Profile.
ETPXMLExtractorThread(File, Vector, DefaultListModel, Vector, DefaultListModel, JLabel, ETPLoaderConfig) - Constructor for class comirva.io.ETPXMLExtractorThread
Creates an ETPXMLExtractorThread for loading an XML-serialized entity term profile from File f.
ETPXMLPathUpdaterThread - Class in comirva.io
This class implements a thread for updating the paths in XML-serialized Entity Term Profile(s).
ETPXMLPathUpdaterThread(File[], JLabel) - Constructor for class comirva.io.ETPXMLPathUpdaterThread
Creates an ETPXMLPathUpdaterThread for updating the paths of one or more XML-serialized entity term profile(s) from file(s) or directory(ies) xmlFiles.
euclideanDistance(Vector<Double>, Vector<Double>) - Static method in class comirva.mlearn.SOM
Calculates and returns the Euclidean distance between the data vectors item1 and item2.
EuclideanDistanceCalculator - Class in comirva.util.external
This class calculates Euclidean distances from FPs.
EuclideanDistanceCalculator() - Constructor for class comirva.util.external.EuclideanDistanceCalculator
 
euclideanLength(float[]) - Static method in class comirva.util.MathUtils
Determine the euclidean length of f, i.e., the root of the sum of the squared elements of f.
evaluate() - Method in class comirva.web.ie.bandmembers.BandMemberEvaluator
 
evaluate() - Method in class comirva.web.ie.bandmembers.BandMemberEvaluatorMN
 
EVALUATE - Static variable in class comirva.web.ie.countryoforigin.CountryOfOriginDeterminer_PageCountRetriever
 
evalYodaResults(File, File) - Static method in class comirva.util.external.YodaEvaluator
 
ExaleadRetriever - Class in comirva.web.crawling.agmis
This class automatically queries exalead and stores the resulting URLs in text files.
ExaleadRetriever(Vector) - Constructor for class comirva.web.crawling.agmis.ExaleadRetriever
Creates a new WebCrawling-instance.
existsClustering - Variable in class comirva.audio.util.kmeans.KMeansClustering
 
ExperimentalVisu - Class in comirva.visu
This class implements a ExperimentalVisu visualization.
ExperimentalVisu(VisuPane) - Constructor for class comirva.visu.ExperimentalVisu
Constructs a new ExperimentalVisu.
exportMDM(SOM, File) - Static method in class comirva.io.SOM2HTMLExporter
 
exportSOM(SOM, File) - Static method in class comirva.io.SOM2HTMLExporter
 
extAudio - Variable in class comirva.data.EntityTermProfile
 
extAudio - Variable in class comirva.data.SingleTermList
 
extImage - Variable in class comirva.data.EntityTermProfile
 
extImage - Variable in class comirva.data.SingleTermList
 
extractLinks(String, Vector<String>, String, String) - Method in class comirva.data.SingleTermList
Tries to extract all links from the given attribute in the given tag that occur somewhere in the passed htmlLine.
extractLinks(String, String, String) - Method in class comirva.data.SingleTermList
Tries to extract all links from the given attribute in the given tag that occur somewhere in the passed htmlLine.
extractLinks(String, Vector<String>, String) - Method in class comirva.data.SingleTermList
Tries to extract all links from the given attribute (in an arbitrary tag) that occur somewhere in the passed htmlLine.
extractLinks(String, String) - Method in class comirva.data.SingleTermList
Tries to extract all links from the given attribute (in an arbitrary tag) that occur somewhere in the passed htmlLine.
extractPlainText(String) - Static method in class comirva.util.external.PlainTextExtractor
 
extractProbableBandMembersFromDocuments(File, File, FileFilter) - Method in class comirva.web.ie.bandmembers.BandMemberDetector
 
extractTermsFromDocuments(File, FileFilter, JLabel) - Static method in class comirva.util.TermProfileUtils
Searches in the directory denoted by dir all files which match the file filter filter and extracts from all founded files a list of all occuring terms.
extractTermsFromDocuments(File, FileFilter) - Static method in class comirva.util.TermProfileUtils
Searches in the directory denoted by dir all files which match the file filter filter and extracts from all founded files a list of all occuring terms.
extVideo - Variable in class comirva.data.EntityTermProfile
 
extVideo - Variable in class comirva.data.SingleTermList
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z