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

G

GaussianComponent - Class in comirva.audio.util.gmm
Gaussian Component Description: A GaussianMixture consists of several gaussian components, which are modeled by this class.
GaussianComponent(double, Matrix, Matrix) - Constructor for class comirva.audio.util.gmm.GaussianComponent
Creates a gaussian component and checks the component settings for correctness.
GaussianMixture - Class in comirva.audio.util.gmm
Gaussian Mixture Model Description This class implements in combination with GaussianComponent a gaussian mixture model.
GaussianMixture(double[], Matrix[], Matrix[]) - Constructor for class comirva.audio.util.gmm.GaussianMixture
This constructor creates a GMM and checks the parameters for plausibility.
GaussianMixture(GaussianComponent[]) - Constructor for class comirva.audio.util.gmm.GaussianMixture
This constructor creates a GMM and checks the components for compatibility.
generateEntityTermProfiles() - Method in class comirva.util.external.TermProfileContentIndexing
From the root directory that contains subdirs (one for each entity/artist) and the list of terms, this methods generates EntityTermProfiles for every subdir (entity) and serializes the information as XML-files using the classes EntityTermProfile and SingleTermList.
generateEntityTermProfiles(File, Vector<String>, JLabel) - Static method in class comirva.util.TermProfileUtils
Given a root directory that contains subdirs (one for each entity) and a list of terms, this methods generates EntityTermProfiles for every subdir (entity) and serializes the information as XML-files using the classes EntityTermProfile and SingleTermList.
generateEntityTermProfiles(File, Vector<String>) - Static method in class comirva.util.TermProfileUtils
Given a root directory that contains subdirs (one for each entity) and a list of terms, this methods generates EntityTermProfiles for every subdir (entity) and serializes the information as XML-files using the classes EntityTermProfile and SingleTermList.
genres - Static variable in class comirva.web.retrieval.LastFM_ArtistInfoRetriever
 
geoDist(double[], double[]) - Static method in class comirva.mlearn.SammonsMapping_Geodesic
 
get(int) - Method in class comirva.audio.util.AudioPreProcessor
Returns a specified number of samples.
get(int, int) - Method in class comirva.audio.util.math.Matrix
Get a single element.
get(int) - Method in class comirva.audio.util.PointList
Returns the i-th point in this list.
getA() - Method in class comirva.audio.util.lsh.LSHInitEntry
 
getActualNeighbor() - Method in class comirva.audio.util.lsh.test.TestData
 
getAdaptationRunsEpochs() - Method in class comirva.config.ProbabilisticNetworkConfig
Returns the number of iterations in epochs the adaptation process is performed.
getAdaptationRunsEpochs() - Method in class comirva.ui.ProbabilisticNetworkCreationDialog
Returns the number of iterations in epochs the adaptation process is performed.
getAdaptationThreshold() - Method in class comirva.config.ProbabilisticNetworkConfig
Returns the adaptation threshold.
getAdaptationThreshold() - Method in class comirva.ui.ProbabilisticNetworkCreationDialog
Returns the adaptation threshold the user has selected with the slider.
getAdditionalKeywords() - Method in class comirva.config.PageCountsRetrieverConfig
Returns the additional keywords to be added to the search string.
getAdditionalKeywords() - Method in class comirva.config.WebCrawlingConfig
Returns the additional keywords to be added to the search string.
getAdditionalKeywords() - Method in class comirva.ui.PageCountsRetrieverDialog
Returns the additional keywords the user has entered.
getAdditionalKeywords() - Method in class comirva.ui.WebCrawlingDialog
Returns the additional keywords the user has entered.
getAdditionalKeywordsAfterSearchString() - Method in class comirva.config.PageCountsRetrieverConfig
Returns whether additional keywords are to be placed after the search string or before.
getAdditionalKeywordsAfterSearchString() - Method in class comirva.config.WebCrawlingConfig
Returns whether additional keywords are to be placed after the search string or before.
getAdditionalKeywordsAfterSearchString() - Method in class comirva.ui.PageCountsRetrieverDialog
Returns whether additional keywords are to be placed after the search string or before.
getAdditionalKeywordsAfterSearchString() - Method in class comirva.ui.WebCrawlingDialog
Returns whether additional keywords are to be placed after the search string or before.
getAlbum() - Method in class comirva.util.external.ID3Reader
 
getAllFilesRecursively(File[], FileFilter) - Static method in class comirva.util.FileUtils
Creates and returns a File[] containing all files in all subdirectories of the files given as argument files.
getAllTerms() - Method in class comirva.data.SunburstNode
 
getAltLabel(int) - Method in class comirva.mlearn.GHSOM
 
getAltLabel(int) - Method in class comirva.mlearn.SOM
 
getAltLabels() - Method in class comirva.mlearn.GHSOM
 
getAltLabels() - Method in class comirva.mlearn.SOM
 
getAngleFanL1() - Method in class comirva.config.CircledFansConfig
Returns the angular extent for fans on level 1.
getAngleFanL1() - Method in class comirva.ui.CircledFansCreationDialog
Returns the angular extent for fans on level 1 the user has selected with the slider.
getAngularExtent() - Method in class comirva.data.SunburstNode
Returns the importance of this node expressed as angular extent of the node.
getAngularStartPosition() - Method in class comirva.data.SunburstNode
 
getArcHeight() - Method in class comirva.visu.epsgraphics.objects.EpsRoundRectangle2D
 
getArcWidth() - Method in class comirva.visu.epsgraphics.objects.EpsRoundRectangle2D
 
getArray() - Method in class comirva.audio.util.math.Matrix
Access the internal two-dimensional array.
getArrayCopy() - Method in class comirva.audio.util.math.Matrix
Copy the internal two-dimensional array.
getArtist() - Method in class comirva.util.external.ID3Reader
 
getArtistsAndTermVectors() - Method in class comirva.mlearn.WebTermExtractionThread
 
getAsArray() - Method in class comirva.audio.feature.AudioFeature
Returns a vector representation of each feature.
getAsArray() - Method in class comirva.audio.feature.FluctuationPattern
Returns the fluctuation pattern matrix as a double array.
getAsArray() - Method in class comirva.audio.feature.FluctuationPatternCent
Returns the fluctuation pattern matrix as a double array.
getAsArray() - Method in class comirva.audio.feature.MandelEllis
Returns the fluctuation pattern matrix as a double array.
getAsArray() - Method in class comirva.audio.feature.SpectralPatternCent
Returns the fluctuation pattern matrix as a double array.
getAsArray() - Method in class comirva.audio.feature.TimbreDistribution
Returns a vector representation of each feature.
getAttributeType() - Method in class comirva.audio.extraction.AttributeExtractor
Returns the type of the attribute that the class implementing this interface will return as the result of its extraction process.
getAttributeType() - Method in class comirva.audio.extraction.FluctuationPatternCentExtractor
Returns the type of the attribute that the class implementing this interface will return as the result of its extraction process.
getAttributeType() - Method in class comirva.audio.extraction.FluctuationPatternExtractor
Returns the type of the attribute that the class implementing this interface will return as the result of its extraction process.
getAttributeType() - Method in class comirva.audio.extraction.MandelEllisExtractor
 
getAttributeType() - Method in class comirva.audio.extraction.SpectralPatternCentExtractor
Returns the type of the attribute that the class implementing this interface will return as the result of its extraction process.
getAttributeType() - Method in class comirva.audio.extraction.TimbreDistributionExtractor
Returns the type of the attribute that the class implementing this interface will return as the result of its extraction process.
getAudioContent() - Method in class comirva.data.SingleTermList
 
getAudioFile() - Method in class comirva.audio.AudioPlayer
 
getAudioPreProcessor(File, float) - Static method in class comirva.audio.util.AudioPreProcessor
 
getB() - Method in class comirva.audio.util.lsh.LSHInitEntry
 
getBackground() - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getBackgroundColor() - Method in class comirva.config.VisuPreferences
Returns the background color.
getBackgroundColor() - Method in class comirva.ui.VisuPreferencesDialog
Returns the background color of the visualization pane.
getBandMembers() - Method in class comirva.web.ie.bandmembers.Band
 
getBarkUpperBoundaries(double) - Method in class comirva.audio.util.Sone
Returns an array with the upper boundaries of the bark bands.
getBitrate() - Method in class comirva.util.external.ID3Reader
 
getBlock(Vector<double[]>, int) - Method in class comirva.audio.extraction.FluctuationPatternCentExtractor
 
getBlock(Vector<double[]>, int) - Method in class comirva.audio.extraction.SpectralPatternCentExtractor
 
getBMU(Vector<Double>) - Method in class comirva.mlearn.SOM
Calculates the best matching unit for the data vector dataItem and returns its index in the codebook.
getBorderSize() - Method in class comirva.config.VisuPreferences
Returns the border size.
getBorderSize() - Method in class comirva.ui.VisuPreferencesDialog
Returns the border size of the visualization pane.
getBoundingBox() - Method in class comirva.visu.epsgraphics.EpsCanvas
return a default bounding box for this canvas
getBounds2D() - Method in class comirva.visu.epsgraphics.objects.EpsRoundRectangle2D
 
getBuffer(int, int) - Static method in class comirva.audio.util.gmm.GaussianMixture
This method returns a reference to a buffer for storing estimates of the sample points.
getCellColors() - Method in class comirva.mlearn.MDM
 
getCenter() - Method in class comirva.audio.util.kmeans.KMeansClustering.Cluster
Returns the cluster center.
getCfg() - Method in class comirva.ui.model.CircledFansVisuListItem
 
getChannels() - Method in class comirva.util.external.ID3Reader
 
getChildNodes() - Method in class comirva.data.SunburstNode
 
getChildren() - Method in class comirva.mlearn.GHSOM
 
getCircledBarsAdvancedConfig() - Method in class comirva.ui.model.CircledBarsVisuListItem
 
getCircledBarsAdvancedConfig() - Method in class comirva.visu.VisuPane
Returns the configuration for a Circled-Bars-Advanced-Visualization.
getCircledBarsVisu() - Method in class comirva.visu.VisuPane
 
getCircledFansConfig() - Method in class comirva.visu.VisuPane
Returns the configuration for a Circled-Fans-Visualization.
getClassName() - Method in class comirva.audio.feature.Attribute
Returns the full qualified class name of an attribute.
getClip() - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getClipBounds() - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getClusterAssociations() - Method in class comirva.mlearn.MDM
 
getClusterWeight(int) - Method in class comirva.audio.util.kmeans.KMeansClustering
Returns the weight of the specified cluster.
getClusterWeights() - Method in class comirva.audio.util.kmeans.KMeansClustering
Returns the weights of all clusters in one array.
getCodebook() - Method in class comirva.mlearn.SOM
 
getColor(double) - Method in class comirva.visu.colormap.ColorMap
Returns the color defined in the ColorMap for the specified value, where the argument value must be normalized, i.e. in the range [0,1].
getColor() - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getColorMap() - Method in class comirva.visu.VisuPane
Returns the ColorMap which is currently used.
getColorsForFeatures(double[][]) - Static method in class comirva.util.PCAProjectionToColor
 
getColorsForFeatures(double[][]) - Static method in class comirva.util.SammonsMappingToColor
 
getColumn(int) - Method in class comirva.data.DataMatrix
Returns the Vector of the column given by the argument col.
getColumnDimension() - Method in class comirva.audio.util.math.Matrix
Get column dimension.
getColumnPackedCopy() - Method in class comirva.audio.util.math.Matrix
Make a one-dimensional column packed copy of the internal array.
getComparison() - Method in class comirva.audio.util.lsh.LSH
 
getComponentWeight() - Method in class comirva.audio.util.gmm.GaussianComponent
Computes the components weight or in other words the prior probability of being generated by component i.
getComposite() - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getConfig() - Method in class comirva.ui.model.CSRVisuListItem
 
getConfig() - Method in class comirva.ui.model.ProbabilisticNetworkVisuListItem
 
getConfig() - Method in class comirva.ui.model.SunBurstVisuListItem
Returns the configuration
getCoOccMatrix() - Method in class comirva.mlearn.GHSOM
 
getCoOccMatrix() - Method in class comirva.mlearn.SOM
 
getCoOccMatrix() - Method in class comirva.util.external.FileCoOccurenceCounter
 
getCoOccMatrixLabels() - Method in class comirva.mlearn.GHSOM
 
getCoOccMatrixLabels() - Method in class comirva.mlearn.SOM
 
getCoOccurrencePrototypeFinder() - Method in class comirva.mlearn.ghsom.WebCoocGroupPrototypeFinder
 
getCoocTerms() - Method in class comirva.data.SunburstNode
 
getCorrectedPointList() - Method in exception comirva.audio.util.gmm.CovarianceSingularityException
Returns the corrected list of points, or null if no corrected list of points is available.
getCrawlDetails() - Method in class comirva.data.EntityTermProfile
 
getCrawlDetails() - Method in class comirva.data.SingleTermList
 
getCSRConfig() - Method in class comirva.visu.VisuPane
Returns the configuration for a Continuous-Similarity-Ring-Visualization.
getCurrentSOM() - Method in class comirva.visu.GHSOMGridVisu
 
getD() - Method in class comirva.audio.util.math.EigenvalueDecomposition
Return the block diagonal eigenvalue matrix
getDataMatrix() - Method in class comirva.audio.feature.FluctuationPattern
Returns the fluctuation pattern matrix converted to an object of type DataMatrix.
getDataMatrix() - Method in class comirva.io.AudioFileLoaderThread
Returns the DataMatrix-instance into which the audio file content is loaded.
getDataMatrix() - Method in class comirva.io.MatrixDataFileLoaderThread
Returns the DataMatrix-instance into which the file content is loaded.
getDataset() - Method in class comirva.mlearn.SOM
Returns the data set of the SOM (that is used for training).
getDataStructure() - Method in class comirva.audio.util.lsh.LSH
 
getDebugLevel() - Method in class comirva.audio.util.lsh.LSH
 
getDepth() - Method in class comirva.data.SunburstNode
Returns the hierarchy level of the current node.
getDescription() - Method in class comirva.io.filefilter.AudioFileFilter
Returns the description of the filter.
getDescription() - Method in class comirva.io.filefilter.EPSFileFilter
Returns the description of the filter.
getDescription() - Method in class comirva.io.filefilter.GHSOMFileFilter
Returns the description of the filter.
getDescription() - Method in class comirva.io.filefilter.GraphicFileFilter
Returns the description of the filter.
getDescription() - Method in class comirva.io.filefilter.HTMLFileFilter
Returns the description of the filter.
getDescription() - Method in class comirva.io.filefilter.MatlabASCIIFileFilter
Returns the description of the filter.
getDescription() - Method in class comirva.io.filefilter.MP3FileFilter
Returns the description of the filter.
getDescription() - Method in class comirva.io.filefilter.OGGFileFilter
Returns the description of the filter.
getDescription() - Method in class comirva.io.filefilter.SDHFileFilter
Returns the description of the filter.
getDescription() - Method in class comirva.io.filefilter.SOMFileFilter
Returns the description of the filter.
getDescription() - Method in class comirva.io.filefilter.TextFileFilter
Returns the description of the filter.
getDescription() - Method in class comirva.io.filefilter.WAVFileFilter
Returns the description of the filter.
getDescription() - Method in class comirva.io.filefilter.WorkspaceFileFilter
Returns the description of the filter.
getDescription() - Method in class comirva.io.filefilter.XMLFileFilter
Returns the description of the filter.
getDeviceConfiguration() - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getDiagCovarianceMatrix(int) - Method in class comirva.audio.util.kmeans.KMeansClustering
Returns the diagonal covariance matrix of the specified cluster.
getDiagCovariances() - Method in class comirva.audio.util.kmeans.KMeansClustering
Returns the diagonal covaraince matrices of all clusters in one array.
getDiff(double[], double[]) - Method in class comirva.audio.extraction.SpectralPatternCentExtractor
 
getDimension() - Method in class comirva.audio.util.gmm.GaussianComponent
Returns the dimension of this n-dimensional gaussian distribution.
getDimension() - Method in class comirva.audio.util.gmm.GaussianMixture
Returns the number of dimensions of the GMM.
getDimension() - Method in class comirva.audio.util.PointList
Returns the dimension of the points/vectors in this list.
getDirLocal() - Method in class comirva.data.EntityTermProfile
 
getDistance(AudioFeature) - Method in class comirva.audio.feature.AudioFeature
Measures the similarity/dissimilarity of two audio streams characterized by two audio features.
getDistance(AudioFeature) - Method in class comirva.audio.feature.FluctuationPattern
Computes the distance between two fluctuation patterns representing two songs.
getDistance(AudioFeature) - Method in class comirva.audio.feature.FluctuationPatternCent
Computes the distance between two fluctuation patterns representing two songs.
getDistance(AudioFeature) - Method in class comirva.audio.feature.MandelEllis
 
getDistance(AudioFeature) - Method in class comirva.audio.feature.SpectralPatternCent
Computes the distance between two fluctuation patterns representing two songs.
getDistance(AudioFeature) - Method in class comirva.audio.feature.TimbreDistribution
Computes the distance between two timbre distributions representing two songs.
getDistanceFromCenter(Matrix) - Method in class comirva.audio.util.kmeans.KMeansClustering.Cluster
Returns the euclidian distance of a point x to the cluster center.
getDistanceVector() - Method in class comirva.ui.model.CircledBarsVisuListItem
 
getDistMatrix() - Method in class comirva.ui.model.CircledFansVisuListItem
 
getDistMatrix() - Method in class comirva.ui.model.CSRVisuListItem
 
getDistMatrix() - Method in class comirva.ui.model.MDSVisuListItem
 
getDistMatrix() - Method in class comirva.ui.model.ProbabilisticNetworkVisuListItem
 
getDocumentFrequency() - Method in class comirva.data.EntityTermProfile
 
getDocumentFrequency() - Method in class comirva.data.SunburstNode
 
getDocuments() - Method in class comirva.data.SunburstNode
 
getDoublePivot() - Method in class comirva.audio.util.math.LUDecomposition
Return pivot permutation vector as a one-dimensional double array
getDuration() - Method in class comirva.util.external.ID3Reader
 
getEigenvalues() - Method in class comirva.util.external.PCA
 
getEigenvalues() - Method in class comirva.util.PCA
 
getEigenvaluesAsDataMatrix() - Method in class comirva.util.PCA
 
getEigenvectorsAsDataMatrix() - Method in class comirva.util.PCA
 
getEigenvectorsAsDoubleArray() - Method in class comirva.util.PCA
 
getEigenvectorsAsMatrix() - Method in class comirva.util.PCA
 
getEnablePositionIncrements() - Method in class comirva.web.indexing.IncludeTermsFilter
 
getEnablePositionIncrementsVersionDefault(Version) - Static method in class comirva.web.indexing.IncludeTermsFilter
Returns version-dependent default for enablePositionIncrements.
getEntityName() - Method in class comirva.data.EntityTermProfile
 
getEntityTermProfileFromXML(File) - Static method in class comirva.util.TermProfileUtils
Reads the EntityTermProfile from an XML-representation.
getEpsGraphics() - Method in class comirva.visu.epsgraphics.EpsCanvas
this method return an eps graphics device.
getEpsGraphics() - Method in class comirva.visu.epsgraphics.JEpsCanvas
return eps graphics device
getError() - Method in class comirva.mlearn.SammonsMapping
 
getError() - Method in class comirva.mlearn.SammonsMapping_Geodesic
 
getExpandThreshold() - Method in class comirva.config.GHSOMConfig
Returns the threshold which decides when to expand a map unit.
getExpandThreshold() - Method in class comirva.ui.GHSOMCreationDialog
Returns the growThreshold the user has selected with the slider.
getExtension(File) - Method in class comirva.io.filefilter.AudioFileFilter
Returns the extension of the file's name.
getExtension(File) - Method in class comirva.io.filefilter.EPSFileFilter
Returns the extension of the file's name.
getExtension(File) - Method in class comirva.io.filefilter.GHSOMFileFilter
Returns the extension of the file's name.
getExtension(File) - Method in class comirva.io.filefilter.GraphicFileFilter
Returns the extension of the file's name.
getExtension(File) - Method in class comirva.io.filefilter.HTMLFileFilter
Returns the extension of the file's name.
getExtension(File) - Method in class comirva.io.filefilter.MatlabASCIIFileFilter
Returns the extension of the file's name.
getExtension(File) - Method in class comirva.io.filefilter.MP3FileFilter
Returns the extension of the file's name.
getExtension(File) - Method in class comirva.io.filefilter.OGGFileFilter
Returns the extension of the file's name.
getExtension(File) - Method in class comirva.io.filefilter.SDHFileFilter
Returns the extension of the file's name.
getExtension(File) - Method in class comirva.io.filefilter.SOMFileFilter
Returns the extension of the file's name.
getExtension(File) - Method in class comirva.io.filefilter.TextFileFilter
Returns the extension of the file's name.
getExtension(File) - Method in class comirva.io.filefilter.WAVFileFilter
Returns the extension of the file's name.
getExtension(File) - Method in class comirva.io.filefilter.WorkspaceFileFilter
Returns the extension of the file's name.
getExtension(File) - Method in class comirva.io.filefilter.XMLFileFilter
Returns the extension of the file's name.
getFg() - Method in class comirva.visu.epsgraphics.objects.EpsColor
 
getFile() - Method in class comirva.web.crawling.agmis.RetrievalData
 
getFileContent(File) - Static method in class comirva.util.FileUtils
Fetch the entire content of a text file and return it in a String.
getFileContent(File) - Static method in class comirva.util.TermProfileUtils
Fetch the entire content of a text file and return it in a String.
getFileLocal() - Method in class comirva.data.SingleTermList
 
getFilesInDir(String, String, boolean) - Static method in class comirva.util.FileUtils
Get the names of the files in the specified directory.
getFirstRequestedPageNumber() - Method in interface comirva.config.AnySearchConfig
Returns the number of the first requested page (usually 0)
getFirstRequestedPageNumber() - Method in class comirva.config.PageCountsRetrieverConfig
Returns the number of the first requested page (usually 0)
getFirstRequestedPageNumber() - Method in class comirva.config.WebCrawlingConfig
Returns the number of the first requested page (usually 0).
getFluctuationPatterns() - Method in class comirva.audio.extraction.FluctuationPatternCentExtractor
Splits the audio stream in short segments and computes a fluctuation pattern for every third segment.
getFluctuationPatterns() - Method in class comirva.audio.extraction.FluctuationPatternExtractor
Splits the audio stream in short segments and computes a fluctuation pattern for every third segment.
getFluxWeights() - Method in class comirva.audio.extraction.FluctuationPatternCentExtractor
Returns weights for the amplitude modulation coefficients based on the psychoarcoustic model of the fluctuation strength.
getFluxWeights() - Method in class comirva.audio.extraction.FluctuationPatternExtractor
Returns weights for the amplitude modulation coefficients based on the psychoarcoustic model of the fluctuation strength.
getFont() - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getFont() - Method in class comirva.visu.epsgraphics.objects.EpsFont
return the font object that is represented by this object
getFontMetrics(Font) - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getFontRenderContext() - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getFormat() - Method in class comirva.audio.util.MPlayerAudioInputStream
 
getFormat() - Method in class comirva.audio.util.ReducedAudioInputStream
Obtains the audio format of the sound data in this audio input stream.
getFps() - Method in class comirva.util.external.ID3Reader
 
getFractalComponent() - Method in class comirva.config.SDHConfig
Returns the strength of the fractal component used to unsharpen the SDH.
getFractalComponent() - Method in class comirva.ui.SDHCreationDialog
Returns the strength of the fractal component used to unsharpen the SDH in order to give it a more natural appearance.
getFrameLength() - Method in class comirva.audio.util.MPlayerAudioInputStream
 
getFrameLength() - Method in class comirva.audio.util.ReducedAudioInputStream
Obtains the length of the stream, expressed in sample frames rather than bytes.
getFramesizeBytes() - Method in class comirva.util.external.ID3Reader
 
getFrequency() - Method in class comirva.data.SingleTermList
 
getFrequency() - Method in class comirva.web.ie.bandmembers.Instrument
 
getFullCovarianceMatrix(int) - Method in class comirva.audio.util.kmeans.KMeansClustering
Returns the full covariance matrix of the specified cluster.
getFullCovariances() - Method in class comirva.audio.util.kmeans.KMeansClustering
Returns the full covaraince matrices of all clusters in one array.
getGaussianMixtureModel() - Method in class comirva.audio.feature.TimbreDistribution
For testing purpose only.
getGeodesicDistanceMatrix(double[][]) - Static method in class comirva.mlearn.SammonsMapping_Geodesic
 
getGHSOM() - Method in class comirva.visu.VisuPane
 
getGHSOMConfig() - Method in class comirva.visu.VisuPane
Returns the configuration for a GHSOM-Calculation.
getGHSOMGridContextMenu(Point) - Method in class comirva.visu.GHSOMGridVisu
create a context menu item array containing special commands for this visualization
getGHSOMVisalizer() - Method in class comirva.visu.VisuPane
 
getGridcolors() - Method in class comirva.mlearn.SOM
 
getGridSize() - Method in class comirva.config.ProbabilisticNetworkConfig
Returns the grid size used for vertex placement.
getGridSize() - Method in class comirva.ui.ProbabilisticNetworkCreationDialog
Returns the grid size used for vertex placement which the user has selected with the slider.
getGrowThreshold() - Method in class comirva.config.GHSOMConfig
Returns the threshold which decides when a map has to grow.
getGrowThreshold() - Method in class comirva.ui.GHSOMCreationDialog
Returns the growThreshold the user has selected with the slider.
getH() - Method in class comirva.audio.util.math.QRDecomposition
Return the Householder vectors
getHeight() - Method in class comirva.visu.epsgraphics.objects.EpsRoundRectangle2D
 
getHierarchyDepth() - Method in class comirva.mlearn.GHSOM
 
getHopSize() - Method in class comirva.audio.util.CentSpectrum
Returns the number of samples skipped between two windows.
getHopSize() - Method in class comirva.audio.util.Sone
Returns the number of samples skipped between two windows.
getHost() - Method in class comirva.web.crawling.agmis.DownloadControlData
 
getIdentifier() - Method in class comirva.audio.util.lsh.LSHEntry
 
getImage() - Method in class comirva.visu.VisuPane
Returns the content of the canvas (for saving in a file).
getImageContent() - Method in class comirva.data.SingleTermList
 
getImagEigenvalues() - Method in class comirva.audio.util.math.EigenvalueDecomposition
Return the imaginary parts of the eigenvalues
getImportance() - Method in class comirva.data.SunburstNode
 
getImportanceMaxNorm() - Method in class comirva.data.SunburstNode
 
getIndex() - Method in class comirva.web.crawling.agmis.RetrievalData
 
getIndexCenter() - Method in class comirva.config.CircledFansConfig
Returns the index of the data item that resides in the center of the visualization.
getIndexCenter() - Method in class comirva.ui.CircledFansCreationDialog
Returns the index of the data item which resides in the center of the visualization.
getIndexOfPrototype(GHSOM, int) - Method in interface comirva.mlearn.ghsom.GhSomIndividualPrototypeFinder
 
getIndexOfPrototype(GHSOM, int) - Method in class comirva.mlearn.ghsom.MeanPrototypeFinder
 
getIndexOfPrototype(GHSOM, int) - Method in class comirva.mlearn.ghsom.WebCoocIndividualPrototypeFinder
 
getIndexOfSelectedSOM() - Method in class comirva.ui.SDHCreationDialog
Returns the index of the selected underlying SOM.
getInitMethod() - Method in class comirva.config.GHSOMConfig
Returns the method used for initializing the codebook of the SOM.
getInitMethod() - Method in class comirva.config.SOMConfig
Returns the method used for initializing the codebook of the SOM.
getInitMethod() - Method in class comirva.ui.GHSOMCreationDialog
Returns the chosen initialisation method as an int as specified in the class SOM.
getInitMethod() - Method in class comirva.ui.SOMCreationDialog
Returns the chosen initialisation method as an int as specified in the class SOM.
getInitMethodsString() - Method in class comirva.ui.SOMCreationDialog
 
getInstrument() - Method in class comirva.web.ie.bandmembers.Instrument
 
getInstruments() - Method in class comirva.web.ie.bandmembers.BandMember
 
getInterpolatedVotingMatrix() - Method in class comirva.mlearn.SDH
Returns the interpolated voting matrix of the SDH.
getIntervalBetweenRetries() - Method in interface comirva.config.AnySearchConfig
Returns the interval between two retries in case of failure (in seconds).
getIntervalBetweenRetries() - Method in class comirva.config.PageCountsRetrieverConfig
Returns the interval between two retries in case of failure (in seconds).
getIntervalBetweenRetries() - Method in class comirva.config.WebCrawlingConfig
Returns the interval between two retries in case of failure (in seconds).
getIntervalBetweenRetries() - Method in class comirva.mlearn.WebTermExtractionThread
 
getIntervalBetweenRetries() - Method in class comirva.ui.PageCountsRetrieverDialog
Returns the interval between two retries of accessing the Google Web API.
getIntervalBetweenRetries() - Method in class comirva.ui.WebCrawlingDialog
Returns the interval between two retries of accessing the Google Web API.
getInvCDF(double, boolean) - Static method in class comirva.audio.util.lsh.StatUtil
 
getIterations() - Method in class comirva.config.SDHConfig
Returns the number of interpolation iterations.
getIterations() - Method in class comirva.ui.SDHCreationDialog
Returns the number of iterations for the interpolation of the voting matrix the user has selected with the slider.
getIterationsNeighborsPlacement() - Method in class comirva.config.CSRConfig
Returns the number of iterations for the heuristic that positions the vertices of the neighbors
getIterationsNeighborsPlacement() - Method in class comirva.ui.CSRCreationDialog
Returns the number of iterations for the heuristic that positions the vertices of the neighbors
getL() - Method in class comirva.audio.util.math.CholeskyDecomposition
Return triangular factor.
getL() - Method in class comirva.audio.util.math.LUDecomposition
Return lower triangular factor
getLabel(int) - Method in class comirva.mlearn.GHSOM
 
getLabel(int) - Method in class comirva.mlearn.SOM
Returns the label for the data item whose index is dataItemIndex.
getLabelFontSize() - Method in class comirva.config.VisuPreferences
Returns the standard font used for drawing labels.
getLabelFontSize() - Method in class comirva.ui.VisuPreferencesDialog
Returns the font size for drawing labels within the visualization pane.
getLabels() - Method in class comirva.mlearn.GHSOM
 
getLabels() - Method in class comirva.mlearn.MDM
 
getLabels() - Method in class comirva.mlearn.SOM
 
getLabels() - Method in class comirva.ui.model.CircledBarsVisuListItem
 
getLabels() - Method in class comirva.ui.model.CircledFansVisuListItem
 
getLabels() - Method in class comirva.ui.model.CSRVisuListItem
 
getLabels() - Method in class comirva.ui.model.MDSVisuListItem
 
getLabels() - Method in class comirva.ui.model.ProbabilisticNetworkVisuListItem
 
getLabels() - Method in class comirva.visu.VisuPane
Returns a Vector containing the labels that should be visualized.
getLastDir() - Method in class comirva.config.VisuPreferences
the last directory the user has selected
getLastMouseInput() - Method in class comirva.visu.GHSOM_MIA
 
getLengthBytes() - Method in class comirva.util.external.ID3Reader
 
getLengthFrames() - Method in class comirva.util.external.ID3Reader
 
getLogLikelihood(PointList) - Method in class comirva.audio.feature.TimbreDistribution
Returns the log likelihood for a given sample set.
getLogLikelihood() - Method in class comirva.audio.feature.TimbreDistribution
Returns the log likelihood for the own samples points, which have been drawn from the gmm representing the song.
getLogLikelihood(PointList) - Method in class comirva.audio.util.gmm.GaussianMixture
Returns the log likelihood of the points stored in the pointlist under the assumption the these points where sample from this GMM.
getLowcoords() - Method in class comirva.mlearn.SammonsMapping
 
getLowcoords() - Method in class comirva.mlearn.SammonsMapping_Geodesic
 
getLowerBound() - Method in class comirva.config.DataMatrixNormalizeConfig
Returns the lower bound of the projection range.
getLowerBound() - Method in class comirva.ui.DataMatrixNormalizeDialog
Returns the lower bound of the projection range the used has selected with the slider.
getMapUnitsInColumn() - Method in class comirva.config.GHSOMConfig
Returns the number of map units in each column.
getMapUnitsInColumn() - Method in class comirva.config.SOMConfig
Returns the number of map units in each column.
getMapUnitsInColumn() - Method in class comirva.ui.GHSOMCreationDialog
Returns the number of map units per column the user has selected with the slider.
getMapUnitsInColumn() - Method in class comirva.ui.SOMCreationDialog
Returns the number of map units per column the user has selected with the slider.
getMapUnitsInRow() - Method in class comirva.config.GHSOMConfig
Returns the number of map units in each row.
getMapUnitsInRow() - Method in class comirva.config.SOMConfig
Returns the number of map units in each row.
getMapUnitsInRow() - Method in class comirva.ui.GHSOMCreationDialog
Returns the number of map units per row the user has selected with the slider.
getMapUnitsInRow() - Method in class comirva.ui.SOMCreationDialog
Returns the number of map units per row the user has selected with the slider.
getMaskedDocumentPaths(Vector<String>, Vector<Integer>) - Static method in class comirva.util.TermProfileUtils
Creates and returns a subset of a Vector.
getMatrix() - Method in class comirva.audio.feature.FluctuationPattern
Returns the fluctuation pattern matrix.
getMatrix() - Method in class comirva.audio.feature.FluctuationPatternCent
Returns the fluctuation pattern matrix.
getMatrix() - Method in class comirva.audio.feature.SpectralPatternCent
Returns the fluctuation pattern matrix.
getMatrix(int, int, int, int) - Method in class comirva.audio.util.math.Matrix
Get a submatrix.
getMatrix(int[], int[]) - Method in class comirva.audio.util.math.Matrix
Get a submatrix.
getMatrix(int, int, int[]) - Method in class comirva.audio.util.math.Matrix
Get a submatrix.
getMatrix(int[], int, int) - Method in class comirva.audio.util.math.Matrix
Get a submatrix.
getMatrixAsArray() - Method in class comirva.audio.feature.FluctuationPattern
Returns the fluctuation pattern matrix as a matrix array.
getMatrixAsArray() - Method in class comirva.audio.feature.FluctuationPatternCent
Returns the fluctuation pattern matrix as a matrix array.
getMatrixAsArray() - Method in class comirva.audio.feature.SpectralPatternCent
Returns the fluctuation pattern matrix as a matrix array.
getMatrixFromFile() - Method in class comirva.io.MatrixDataFileLoaderThread
Opens the file and loads its content into a DataMatrix-instance which is returned thereafter.
getMaxBarThickness() - Method in class comirva.config.CircledFansConfig
Returns the maximum bar thickness.
getMaxBarThickness() - Method in class comirva.ui.CircledFansCreationDialog
Returns the maximum bar thickness the user has selected with the slider.
getMaxDataItemsL0() - Method in class comirva.config.CircledFansConfig
Returns the maximum number of data items on level 0.
getMaxDataItemsL0() - Method in class comirva.ui.CircledFansCreationDialog
Returns the maximum number of data items on level 0 the user has selected with the slider.
getMaxDataItemsL1() - Method in class comirva.config.CircledFansConfig
Returns the maximum number of data items on level 1.
getMaxDataItemsL1() - Method in class comirva.ui.CircledFansCreationDialog
Returns the maximum number of data items on level 1 the user has selected with the slider.
getMaxDepth() - Method in class comirva.config.GHSOMConfig
 
getMaxDepth() - Method in class comirva.config.SunburstConfig
Returns the maximum depth of the hierarchy to be included in the sunburst.
getMaxDepth() - Method in class comirva.mlearn.GHSOM
 
getMaxDepth() - Method in class comirva.ui.GHSOMCreationDialog
Returns the maximum depth of the GHSOM the user has selected with the slider.
getMaxDepth() - Method in class comirva.ui.SunburstCreationDialog
Returns the maximum depth of the hierarchy to be included in the sunburst the user has selected with the slider.
getMaxDistReduction() - Method in class comirva.config.ProbabilisticNetworkConfig
Returns the maximum distance reduction between two data points in the adaptation process.
getMaxDistReduction() - Method in class comirva.ui.ProbabilisticNetworkCreationDialog
Returns the maximum distance reduction between two data points in the adaptation process the user has selected with the slider.
getMaxEdgeThickness() - Method in class comirva.config.CSRConfig
Returns the maximum thickness for the edges connecting the prototypes with their neighbors.
getMaxEdgeThickness() - Method in class comirva.config.ProbabilisticNetworkConfig
Returns the maximum thickness for an edge.
getMaxEdgeThickness() - Method in class comirva.ui.CSRCreationDialog
Returns the maximum thickness for the edges connecting the prototypes with their neighbors the user has selected with the slider.
getMaxEdgeThickness() - Method in class comirva.ui.ProbabilisticNetworkCreationDialog
Returns the maximum thickness for an edge the user has selected with the slider.
getMaxFontSize() - Method in class comirva.config.SunburstConfig
Returns the maximum font size for labels.
getMaxFontSize() - Method in class comirva.ui.SunburstCreationDialog
Returns the maximum font size for labels the user has selected.
getMaximumWeight() - Method in class comirva.data.TermsWeights
 
getMaxItemsPerNode() - Method in class comirva.config.SunburstConfig
Returns the maximum number of subnodes per sunburst-node.
getMaxItemsPerNode() - Method in class comirva.ui.SunburstCreationDialog
Returns the maximum number of subnodes per sunburst-node the user has selected with the slider.
getMaxPoint() - Method in class comirva.audio.util.PointList
Returns the maximum value for each coordinate observed up to now.
getMaxSize() - Method in class comirva.config.GHSOMConfig
 
getMaxSize() - Method in class comirva.mlearn.GHSOM
 
getMaxSize() - Method in class comirva.ui.GHSOMCreationDialog
Returns the maximum size of a map of the GHSOM the user has selected with the slider.
getMaxTokenLength() - Method in class comirva.web.ie.countryoforigin.CountryOfOriginAnalyzer
 
getMaxTokenLength() - Method in class comirva.web.indexing.HTMLAnalyzer
 
getMaxVertexDiameter() - Method in class comirva.config.ProbabilisticNetworkConfig
Returns the maximum vertex diameter for a data point.
getMaxVertexDiameter() - Method in class comirva.ui.ProbabilisticNetworkCreationDialog
Returns the maximum vertex diameter for a data point the user has selected with the slider.
getMDM() - Method in class comirva.mlearn.SOM
 
getMean() - Method in class comirva.audio.util.gmm.GaussianComponent
For testing purpose only.
getMean(int) - Method in class comirva.audio.util.gmm.GaussianMixture
For testing purpose only.
getMean(int) - Method in class comirva.audio.util.kmeans.KMeansClustering
Returns the mean of the specified cluster.
getMean() - Method in class comirva.audio.util.PointList
Returns a vector containing the means of each coordinate.
getMeanOfElements() - Method in class comirva.audio.util.kmeans.KMeansClustering.Cluster
Returns the mean of all the elements in this cluster.
getMeans() - Method in class comirva.audio.util.kmeans.KMeansClustering
Returns the mean vectors of all clusters in one array.
getMeans() - Method in class comirva.util.external.PCA
 
getMeans() - Method in class comirva.util.PCA
 
getMeansAsDataMatrix() - Method in class comirva.util.PCA
 
getMedian(double[]) - Static method in class comirva.audio.extraction.FluctuationPatternCentExtractor
Computes the median of all the elements in the array.
getMedian(double[]) - Static method in class comirva.audio.extraction.FluctuationPatternExtractor
Computes the median of all the elements in the array.
getMembersForInstrument(Instrument) - Method in class comirva.web.ie.bandmembers.Band
Returns the members playing the given Instrument.
getMetaDataFromFile() - Method in class comirva.io.MetaDataFileLoaderThread
Opens the file and loads its content into a Vector-instance which is returned thereafter.
getMetaDataVector() - Method in class comirva.io.MetaDataFileLoaderThread
Returns the Vector-instance into which the file content is loaded.
getMinFontSize() - Method in class comirva.config.SunburstConfig
Returns the minimun font size for labels.
getMinFontSize() - Method in class comirva.ui.SunburstCreationDialog
Returns the minimun font size for labels the user has selected.
getMinImportance() - Method in class comirva.config.SunburstConfig
Returns the threshold for the importance of a node in degrees.
getMinImportance() - Method in class comirva.ui.SunburstCreationDialog
Returns the threshold for the importance of a node the user has selected with the slider.
getMinPoint() - Method in class comirva.audio.util.PointList
Returns the minimum value for each coordinate observed up to now.
getMinVertexDiameter() - Method in class comirva.config.ProbabilisticNetworkConfig
Returns the minimum vertex diameter for a data point.
getMinVertexDiameter() - Method in class comirva.ui.ProbabilisticNetworkCreationDialog
Returns the minimum vertex diameter for a data point the user has selected with the slider.
getMostImportantTerms(int, Hashtable) - Method in class comirva.data.EntityTermProfile
 
getMostProbableMemberForInstrument(Instrument) - Method in class comirva.web.ie.bandmembers.Band
Returns the most probable band member for a given instrument.
getMp3File() - Method in class comirva.util.external.ID3Reader
 
getName() - Method in class comirva.data.DataMatrix
Returns the name of the DataMatrix.
getName() - Method in class comirva.web.ie.bandmembers.Band
 
getName() - Method in class comirva.web.ie.bandmembers.BandMember
 
getName() - Method in class comirva.web.text.similarity.normalization.NormFunc
 
getName() - Method in class comirva.web.text.similarity.normalization.NormFunc_01
 
getName() - Method in class comirva.web.text.similarity.normalization.NormFunc_MaxToX
 
getName() - Method in class comirva.web.text.similarity.normalization.NormFunc_None
 
getName() - Method in class comirva.web.text.similarity.normalization.NormFunc_SumToX
 
getName() - Method in class comirva.web.text.similarity.SimMeasure
 
getNeighborhood() - Method in class comirva.mlearn.MDM
 
getNeighborsVertexDiameter() - Method in class comirva.config.CSRConfig
Returns the vertex diameter for the neighbor vertices.
getNeighborsVertexDiameter() - Method in class comirva.ui.CSRCreationDialog
Returns the vertex diameter for the neighbor vertices the user has selected with the slider.
getNewName() - Method in class comirva.ui.DataMatrixRenameDialog
Returns the new name for the (meta-)data matrix.
getNonZeroOccurringTerms(DataMatrix, Vector<String>) - Static method in class comirva.util.TermProfileUtils
Returns all terms as Vector for which the document frequency is greater than 0.
getNumberClusters() - Method in class comirva.audio.util.kmeans.KMeansClustering
Returns the number of clusters to separate the given data points into.
getNumberDocuments() - Method in class comirva.data.EntityTermProfile
 
getNumberOfBlockingHosts() - Method in class comirva.web.crawling.agmis.DownloadControlDataVector
Calculates and returns the number of hosts that are not ready to be queried due to timing reasons (too few time passed since last access).
getNumberOfColumns() - Method in class comirva.data.DataMatrix
Returns the number of columns in the DataMatrix.
getNumberOfColumns() - Method in class comirva.mlearn.SOM
Returns the number of map units of the SOM in horizontal direction.
getNumberOfDataItems() - Method in class comirva.mlearn.SOM
Returns the number of data items in the training set.
getNumberOfElements() - Method in class comirva.audio.util.kmeans.KMeansClustering.Cluster
Returns the number of elements in this cluster.
getNumberOfFilesToParse() - Method in class comirva.util.external.FileCoOccurenceCounter
 
getNumberOfNeighborsPerPrototype() - Method in class comirva.config.CSRConfig
Returns the number of neighboring data items per prototype.
getNumberOfNeighborsPerPrototype() - Method in class comirva.ui.CSRCreationDialog
Returns the number of neighboring data items per prototype the user has selected with the slider.
getNumberOfRequestedPages() - Method in interface comirva.config.AnySearchConfig
Returns the number of requested web pages per crawl.
getNumberOfRequestedPages() - Method in class comirva.config.PageCountsRetrieverConfig
Returns the number of requested web pages per web crawl.
getNumberOfRequestedPages() - Method in class comirva.config.WebCrawlingConfig
Returns the number of pages that should be returned by the search engine and subsequently crawled.
getNumberOfRequestedPages() - Method in class comirva.mlearn.WebTermExtractionThread
 
getNumberOfRequestedPages() - Method in class comirva.ui.WebCrawlingDialog
Returns the number of pages that should be returned by the search engine and subsequently crawled.
getNumberOfRetries() - Method in interface comirva.config.AnySearchConfig
Returns the number of retries in case of failure to raise a search query.
getNumberOfRetries() - Method in class comirva.config.PageCountsRetrieverConfig
Returns the number of retries in case of failure to raise a search query.
getNumberOfRetries() - Method in class comirva.config.WebCrawlingConfig
Returns the number of retries in case of failure to raise a search query.
getNumberOfRetries() - Method in class comirva.mlearn.WebTermExtractionThread
 
getNumberOfRetries() - Method in class comirva.ui.PageCountsRetrieverDialog
Returns the number of retries in case of a failure in accessing the Google Web API.
getNumberOfRetries() - Method in class comirva.ui.WebCrawlingDialog
Returns the number of retries in case of a failure in accessing the Google Web API.
getNumberOfRows() - Method in class comirva.data.DataMatrix
Returns the number of rows in the DataMatrix.
getNumberOfRows() - Method in class comirva.mlearn.SOM
Returns the number of map units of the SOM in vertical direction.
getOccurrenceMatrixFromETP(File) - Static method in class comirva.util.TermProfileUtils
Extracts from an XML-representation of an EntityTermProfile a term occurrence matrix (a DataMatrix whose rows represent the terms and whose columns represent the documents of the entity, the values are only 0 or 1 - according to the (non-)occurrence of the respective term in the respective document).
getOccurrenceMatrixFromETP(EntityTermProfile) - Static method in class comirva.util.TermProfileUtils
Extracts the term occurrence matrix from an EntityTermProfile.
getOrderedBMUs(Vector<Double>) - Method in class comirva.mlearn.SOM
Calculates a set of best matching units for the data vector dataItem and returns the codebook-indices of these units.
getPageCount() - Method in class comirva.web.crawling.AnySearch
Returns the number of web pages the search engine returned for the query.
getPageCountMatrix() - Method in class comirva.web.crawling.PageCountsRetriever
Returns the page count matrix for the co-occurence of the search terms on web pages.
getPageCountMatrix() - Method in class comirva.web.crawling.PageCountsRetriever_InvalidPCRequerier
Returns the page count matrix for the co-occurence of the search terms on web pages.
getPaint() - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getParent() - Method in class comirva.mlearn.GHSOM
 
getParentNode() - Method in class comirva.data.SunburstNode
 
getPathExternalCrawler() - Method in class comirva.config.WebCrawlingConfig
Returns the command needed to start the external crawler.
getPathExternalCrawler() - Method in class comirva.ui.WebCrawlingDialog
Returns the command needed to start the external crawler.
getPathStoreRetrievedPages() - Method in class comirva.config.WebCrawlingConfig
Returns the root directory where all retrieved web pages are to be stored.
getPathStoreRetrievedPages() - Method in class comirva.ui.WebCrawlingDialog
Returns the root directory where all retrieved web pages are to be stored.
getPCATransformedData() - Method in class comirva.util.external.PCA
 
getPCATransformedDataAsDataMatrix() - Method in class comirva.util.PCA
 
getPCATransformedDataAsDoubleArray() - Method in class comirva.util.PCA
 
getPCATransformedDataAsMatrix() - Method in class comirva.util.PCA
 
getPivot() - Method in class comirva.audio.util.math.LUDecomposition
Return pivot permutation vector
getPotentialBandMember() - Method in class comirva.web.ie.bandmembers.EntityContext
 
getprecedingContext() - Method in class comirva.web.ie.bandmembers.EntityContext
 
getPreceedingContext() - Method in class comirva.web.ie.bandmembers.EntityContext
 
getProbabilisticNetworkConfig() - Method in class comirva.visu.VisuPane
Returns the configuration for the Probabilistic-Network-Visualization.
getProbability(Matrix) - Method in class comirva.audio.util.gmm.GaussianMixture
Returns the probability of a single sample point under the assumption that it was draw from the distribution represented by this GMM.
getProbCorrection() - Method in class comirva.config.ProbabilisticNetworkConfig
Returns the probability correction for drawing edges.
getProbCorrection() - Method in class comirva.ui.ProbabilisticNetworkCreationDialog
Returns the probability correction for drawing edges the user has selected with the slider.
getPrototype(GHSOM, int) - Method in interface comirva.mlearn.ghsom.GhSomPrototypeFinder
 
getPrototype(GHSOM, int) - Method in class comirva.mlearn.ghsom.MeanPrototypeFinder
 
getPrototype(GHSOM, int) - Method in class comirva.mlearn.ghsom.WebCoocGroupPrototypeFinder
 
getPrototype(GHSOM, int) - Method in class comirva.mlearn.ghsom.WebCoocIndividualPrototypeFinder
 
getPrototypeIndices() - Method in class comirva.config.CSRConfig
Returns an int[] containing the indices of the data items to be used as prototypes.
getPrototypeIndices() - Method in class comirva.ui.CSRCreationDialog
Returns the indices of the data items the user has selected as prototypes.
getPrototypeOf(Collection<String>) - Method in class comirva.mlearn.ghsom.CoOccurrencePrototypeFinder
calculates the prototype on the basis of a cooccurence matrix
getPrototypeOf(HashMap<String, Integer>) - Method in class comirva.mlearn.ghsom.CoOccurrencePrototypeFinder
calculates the prototype on the basis of a cooccurence matrix accounts for the number of occurences of the selections
getPrototypesForMU(int, int) - Method in class comirva.mlearn.SOM
Calculates for the given map unit its most "representative" data items.
getPrototypesOfSubSOMs(GhSomIndividualPrototypeFinder) - Method in class comirva.mlearn.GHSOM
 
getPrototypesVertexDiameter() - Method in class comirva.config.CSRConfig
Returns the vertex diameter for the prototype vertices.
getPrototypesVertexDiameter() - Method in class comirva.ui.CSRCreationDialog
Returns the vertex diameter for the prototype vertices the user has selected with the slider.
getPrototypor() - Method in class comirva.mlearn.GHSOM
 
getQ() - Method in class comirva.audio.util.math.QRDecomposition
Generate and return the (economy-sized) orthogonal factor
getQuantil(double[], double) - Static method in class comirva.audio.extraction.SpectralPatternCentExtractor
Computes the median of all the elements in the array.
getQueryForAllPairs() - Method in class comirva.config.PageCountsRetrieverConfig
Returns whether queries should be raised for all pairs of the strings in the meta-data vector or the selected meta-data vector is processed sequentially as a list that is queried.
getQueryForAllPairs() - Method in class comirva.ui.PageCountsRetrieverDialog
Returns whether queries should be raised for all pairs of the strings in the meta-data vector or the selected meta-data vector is processed sequentially as a list that is queried.
getR() - Method in class comirva.audio.util.math.QRDecomposition
Return the upper triangular factor
getRankOfAllSongs(GHSOM, int) - Method in class comirva.mlearn.ghsom.WebCoocIndividualPrototypeFinder
 
getRealEigenvalues() - Method in class comirva.audio.util.math.EigenvalueDecomposition
Return the real parts of the eigenvalues
getRenderingHint(RenderingHints.Key) - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getRenderingHints() - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getResultURLs(int) - Method in class comirva.web.crawling.AnySearch
Returns an URL-array with the URLs that the query to the search engine yielded.
getRootNode() - Method in class comirva.ui.model.SunBurstVisuListItem
Returns the Sunburst Root Node
getRootTerms() - Method in class comirva.config.SunburstConfig
Returns a list of terms that are included in the root node.
getRootTerms() - Method in class comirva.ui.SunburstCreationDialog
Returns a list of terms that are included in the root node.
getRow(int) - Method in class comirva.data.DataMatrix
Returns the Vector of the row given by the argument row.
getRowDimension() - Method in class comirva.audio.util.math.Matrix
Get row dimension.
getRowPackedCopy() - Method in class comirva.audio.util.math.Matrix
Make a one-dimensional row packed copy of the internal array.
getRuntim(long) - Method in class comirva.audio.util.lsh.LSH
 
getRuntim() - Method in class comirva.audio.util.lsh.test.TestData
 
getS() - Method in class comirva.audio.util.math.SingularValueDecomposition
Return the diagonal matrix of singular values
getSamplePoints() - Method in class comirva.audio.feature.TimbreDistribution
Returns a list of samples drawn from the gmm representing this song.
getSampleRate() - Method in class comirva.audio.util.AudioPreProcessor
Returns the sample rate of the output stream.
getScope() - Method in class comirva.config.DataMatrixNormalizeConfig
Returns the normalization scope (complete matrix, normalization for each row, normalization for each column).
getScope() - Method in class comirva.ui.DataMatrixNormalizeDialog
Returns the normalization scope the user has selected (complete matrix, normalization for each row, normalization for each column).
getSDHConfig() - Method in class comirva.visu.VisuPane
Returns the configuration for an SDH-Visualization.
getSearchEngineURL() - Method in class comirva.config.PageCountsRetrieverConfig
Returns the URL of the search engine to be used.
getSearchEngineURL() - Method in class comirva.config.WebCrawlingConfig
Returns the URL of the search engine to be used.
getSearchengineURL() - Method in class comirva.mlearn.WebTermExtractionThread
 
getSearchEngineURL() - Method in class comirva.ui.PageCountsRetrieverDialog
Returns the URL of the search engine to be used for the web crawl.
getSearchEngineURL() - Method in class comirva.ui.WebCrawlingDialog
Returns the URL of the search engine to be used for the web crawl.
getSearchTerm() - Method in class comirva.data.SingleTermList
 
getSequentialKeyList() - Method in class comirva.mlearn.GHSOM
 
getSequentialList() - Method in class comirva.mlearn.GHSOM
 
getShape() - Method in class comirva.visu.epsgraphics.objects.EpsShape
 
getShowNearestN() - Method in class comirva.config.CircledBarsAdvancedConfig
Returns the number of nearest data items the user wishes to display.
getShowNearestN() - Method in class comirva.ui.CircledBarsAdvancedCreationDialog
Returns the number of nearest data items the user wishes to display.
getSimilarity(float[], float[]) - Method in class comirva.web.text.similarity.SimMeasure
 
getSimilarity_intern(float[], float[]) - Method in class comirva.web.text.similarity.SimMeasure
return the computed similarity (or distance, respectively) between the two vectors.
getSimilarity_intern(float[], float[]) - Method in class comirva.web.text.similarity.SimMeasure_CosineSim
Calculates and returns the [0,1]-normalized cosine similarity.
getSimilarity_intern(float[], float[]) - Method in class comirva.web.text.similarity.SimMeasure_DiceCoefficient
Calculates and returns Dice coefficent.
getSimilarity_intern(float[], float[]) - Method in class comirva.web.text.similarity.SimMeasure_Euclidean
Calculates and returns the Euclidean distance between two float[] data vectors item1 and item2.
getSimilarity_intern(float[], float[]) - Method in class comirva.web.text.similarity.SimMeasure_InnerProduct
Calculates and returns the inner product similarity.
getSimilarity_intern(float[], float[]) - Method in class comirva.web.text.similarity.SimMeasure_JaccardCoefficient
Calculates and returns Jaccard coefficent.
getSimilarity_intern(float[], float[]) - Method in class comirva.web.text.similarity.SimMeasure_JeffreyDist
 
getSimilarity_intern(float[], float[]) - Method in class comirva.web.text.similarity.SimMeasure_OverlapSim
Calculates and returns the similarity as overlap formulation.
getSimilarity_intern(float[], float[]) - Method in class comirva.web.text.similarity.SimMeasure_OverlapSimWhitman
 
getSingleTermLists() - Method in class comirva.data.EntityTermProfile
 
getSingularValues() - Method in class comirva.audio.util.math.SingularValueDecomposition
Return the one-dimensional array of singular values
getSize() - Method in class comirva.data.TermsWeights
 
getSOM() - Method in class comirva.mlearn.SDH
Returns the SOM-instance for which the SDH is calculated.
getSOMConfig() - Method in class comirva.visu.VisuPane
Returns the configuration for a SOM-Calculation.
getSpectralPatterns() - Method in class comirva.audio.extraction.SpectralPatternCentExtractor
Splits the audio stream in short segments and computes a fluctuation pattern for every third segment.
getSpread() - Method in class comirva.config.SDHConfig
Returns the spread.
getSpread() - Method in class comirva.ui.SDHCreationDialog
Returns the spread the user has selected with the slider.
getSpreadMatrix(int) - Method in class comirva.audio.util.Sone
Creates a matrix for computation of spectral masking effects for the used bark bands.
getStandardNormalVector(int) - Static method in class comirva.audio.util.gmm.GaussianComponent
Returns a vector, whose components are n independent standard normal variates.
getStroke() - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getSubsetOfTermOccurrenceMatrix(DataMatrix, Vector<String>, Vector<String>, Vector<Integer>) - Static method in class comirva.util.TermProfileUtils
Given a term occurrence matrix (TOM) and a list of terms, this method extracts a subset of the TOM containing only those documents that contain all terms given by the parameter filterTerms.
getSubsetOfTermOccurrenceMatrix(DataMatrix, Vector<String>, Vector<String>) - Static method in class comirva.util.TermProfileUtils
Given a term occurrence matrix (TOM) and a list of terms, this method extracts a subset of the TOM containing only those documents that contain all terms given by the parameter filterTerms.
getSubSOM(int) - Method in class comirva.mlearn.GHSOM
 
getSunburstConfig() - Method in class comirva.visu.VisuPane
Returns the configuration for a Sunburst-Visualization.
getSunburstContextMenu(Point) - Method in class comirva.visu.SunburstVisu
returns a sunburst visualisation specific context menu.
getSunburstDepth() - Method in class comirva.data.SunburstNode
Determines and returns the depth of the sunburst, i.e. the maximum hierarchy level.
getTabLayout() - Method in class comirva.config.VisuPreferences
this property determines whether the tabs are arranged in multiple lines or in one single line with buttons for scrolling.
getTabLayout() - Method in class comirva.ui.DataManagementPreferencesDialog
 
getTerhardtWeights(double, int) - Method in class comirva.audio.util.Sone
Creates a weight vector according to the outer ear formula of Terhardt.
getTermFrequency() - Method in class comirva.data.EntityTermProfile
 
getTermOccurrenceMatrix() - Method in class comirva.data.SunburstNode
 
getTermOccurrenceOnDocuments() - Method in class comirva.data.EntityTermProfile
 
getTerms() - Method in class comirva.data.EntityTermProfile
 
getTerms() - Method in class comirva.data.TermsWeights
 
getTermsWithHighestOccurrence(DataMatrix, Vector<String>, int) - Static method in class comirva.util.TermProfileUtils
Determines those terms that have the highest document frequency (highest number of documents where they occur) A maximum of max terms are returned (those with hightest document frequency).
getTermsWithHighestTFxIDF(Vector<Double>, Vector<String>, int) - Static method in class comirva.util.TermProfileUtils
Determines those terms that have the highest TFxIDF values A maximum of max terms are returned (those with hightest TFxIDF).
getTermVector() - Method in class comirva.ui.model.SunBurstVisuListItem
Returns the term vector
getTFxIDF() - Method in class comirva.data.EntityTermProfile
 
getTFxIDF() - Method in class comirva.data.SunburstNode
 
getTimeElapsed(String) - Method in class comirva.web.crawling.agmis.DownloadControlDataVector
Returns the time elapsed since the given host was queried the last time.
getTimestamp() - Method in class comirva.web.crawling.agmis.DownloadControlData
 
getTitle() - Method in class comirva.util.external.ID3Reader
 
getToMatrix() - Method in class comirva.ui.model.SunBurstVisuListItem
Returns the Term Occurence Matrix
getTrack(int) - Method in class comirva.audio.AudioPlaylistPlayer
Returns the audio file at the given position in the playlist.
getTrainingLength() - Method in class comirva.config.GHSOMConfig
Returns the training length in epochs.
getTrainingLength() - Method in class comirva.config.SOMConfig
Returns the training length in epochs.
getTrainingLength() - Method in class comirva.ui.GHSOMCreationDialog
Returns the training length in epochs the user has selected with the slider.
getTrainingLength() - Method in class comirva.ui.SOMCreationDialog
Returns the training length in epochs the user has selected with the slider.
getTrainingMethod() - Method in class comirva.config.SOMConfig
Returns the method used for training the SOM.
getTrainingMethod() - Method in class comirva.ui.SOMCreationDialog
Returns the method used for training the user has selected in the combo box.
getTransform() - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getTransformationType() - Method in class comirva.audio.util.FFT
 
getType() - Method in class comirva.audio.feature.Attribute
Returns an unique integer value for each subclass of attribute.
getType() - Method in class comirva.web.text.similarity.SimMeasure
Indicates if this similarity measure returns similarities by means of similarities, or by means of distances.
getU() - Method in class comirva.audio.util.math.LUDecomposition
Return upper triangular factor
getU() - Method in class comirva.audio.util.math.SingularValueDecomposition
Return the left singular vectors
getUpperBound() - Method in class comirva.config.DataMatrixNormalizeConfig
Returns the upper bound of the projection range.
getUpperBound() - Method in class comirva.ui.DataMatrixNormalizeDialog
Returns the upper bound of the projection range the used has selected with the slider.
getUpperBoundsCent() - Method in class comirva.audio.util.CentSpectrum
 
getUrl() - Method in class comirva.web.crawling.agmis.RetrievalData
 
getUrlSource() - Method in class comirva.data.SingleTermList
 
getUsedEigenvectors() - Method in class comirva.config.PCAConfig
Returns the number of used Eigenvectors for the PCA-projection.
getUsedEigenvectors() - Method in class comirva.ui.PCACalculationDialog
Returns the number of used Eigenvectors.
getV() - Method in class comirva.audio.util.math.EigenvalueDecomposition
Return the eigenvector matrix
getV() - Method in class comirva.audio.util.math.SingularValueDecomposition
Return the right singular vectors
getValueAtPos(int, int) - Method in class comirva.data.DataMatrix
Returns the value of the element that can be found at column col and row row in the DataMatrix-instance.
getVariance() - Method in class comirva.audio.util.PointList
Returns a vector containing the variance of each coordinate.
getVarianceOfElements() - Method in class comirva.audio.util.kmeans.KMeansClustering.Cluster
Returns the variance of all the elements in this cluster.
getVector() - Method in class comirva.audio.util.lsh.LSHEntry
 
getVideoContent() - Method in class comirva.data.SingleTermList
 
getVisuListItems(String) - Method in class comirva.Workspace
creates a vector containing only the visualizations of the type given by the class name.
getVisuListNames(String) - Method in class comirva.Workspace
creates a vector containing the names
getVisuListNamesArray(String) - Method in class comirva.Workspace
This method returns a string array containing the names of visualisation of the type given by the class name.
getVisuListNamesArray(String, int) - Method in class comirva.Workspace
This method returns a string array containing the names of visualisation of the type given by the class name.
getVisuName() - Method in class comirva.config.VisuPreferences
this property determines how much of the visualisation configuration parameters should be used for generating a appropiate name for the new visualistion.
getVisuName() - Method in class comirva.ui.DataManagementPreferencesDialog
returns how the visualization names should be composed.
getVisuPreferences() - Method in class comirva.visu.VisuPane
Returns the user preferences for the visualization pane.
getVisuType() - Method in class comirva.visu.VisuPane
 
getVoronoiMatrix() - Method in class comirva.mlearn.SOM
Calculates a boolean matrix containing, for each map unit, the data items which are mapped to the unit.
getVotingMatrix() - Method in class comirva.mlearn.SDH
Returns the voting matrix of the SDH.
getW() - Method in class comirva.util.external.PCA
 
getWeightedSampleProbability(Matrix) - Method in class comirva.audio.util.gmm.GaussianComponent
Returns the probability of drawing the given sample from this n-dimensional gaussian distribution weighted with the prior probability of this component.
getWeights() - Method in class comirva.data.TermsWeights
 
getWidth() - Method in class comirva.visu.epsgraphics.objects.EpsRoundRectangle2D
 
getWindowFunctionType() - Method in class comirva.audio.util.FFT
 
getWindowSize() - Method in class comirva.audio.util.CentSpectrum
Returns the number of samples skipped between two windows.
getWindowSize() - Method in class comirva.audio.util.MFCC
Returns the window size.
getX() - Method in class comirva.visu.epsgraphics.objects.EpsRoundRectangle2D
 
getXORColor() - Method in class comirva.visu.epsgraphics.EpsGraphics2D
 
getY() - Method in class comirva.visu.epsgraphics.objects.EpsRoundRectangle2D
 
GHSOM - Class in comirva.mlearn
 
GHSOM(DataMatrix) - Constructor for class comirva.mlearn.GHSOM
 
ghsom - Variable in class comirva.mlearn.GHSOMTrainingThread
 
ghsom - Variable in class comirva.visu.VisuPane
 
GHSOM_MIA - Class in comirva.visu
 
GHSOM_MIA(VisuPane) - Constructor for class comirva.visu.GHSOM_MIA
 
ghsomCfg - Variable in class comirva.mlearn.GHSOMTrainingThread
 
ghsomCfg - Variable in class comirva.visu.VisuPane
 
GHSOMConfig - Class in comirva.config
This class represents a configuration for a GHSOM-Calculation.
GHSOMConfig(int, int, int, int, double, double, int, int, boolean, boolean, boolean) - Constructor for class comirva.config.GHSOMConfig
Creates a new instance of a GHSOM-Configuration.
GHSOMCreationDialog - Class in comirva.ui
This class implements a dialog for specifying the parameters of a GHSOM.
GHSOMCreationDialog(Frame) - Constructor for class comirva.ui.GHSOMCreationDialog
Creates a new instance of the SOM-parameter dialog and initializes it.
GHSOMDefaultConfig - Class in comirva.config.defaults
Default GHSOM Configuration
GHSOMDefaultConfig() - Constructor for class comirva.config.defaults.GHSOMDefaultConfig
Create a default GHSOM Configuration instance
GHSOMFileFilter - Class in comirva.io.filefilter
This class implements a FileFilter for *.ghs files which are Object-Files for GHSOM-instances and used to load and store GHSOM-objects.
GHSOMFileFilter() - Constructor for class comirva.io.filefilter.GHSOMFileFilter
 
GHSOMGridVisu - Class in comirva.visu
 
GHSOMGridVisu(VisuPane) - Constructor for class comirva.visu.GHSOMGridVisu
 
GhSomIndividualPrototypeFinder - Interface in comirva.mlearn.ghsom
 
GhSomPrototypeFinder - Interface in comirva.mlearn.ghsom
 
GHSOMTrainingThread - Class in comirva.mlearn
Thread for training a GHSOM
GHSOMTrainingThread(GHSOM) - Constructor for class comirva.mlearn.GHSOMTrainingThread
Creates a SOMTrainingThread for training the SOM som which has already been initialized.
GHSOMTrainingThread(GHSOM, GHSOMConfig, JLabel) - Constructor for class comirva.mlearn.GHSOMTrainingThread
Creates a SOMTrainingThread for training the SOM som which has already been initialized.
GHSOMTrainingThread(GHSOM, GHSOMConfig, JLabel, JProgressBar) - Constructor for class comirva.mlearn.GHSOMTrainingThread
Creates a SOMTrainingThread for training the SOM som which has already been initialized.
GoldenRetriever - Class in comirva.web.crawling.agmis
This class implements the retrieval of a set of web pages generated by the class CrawlListCreator.
GoldenRetriever(int) - Constructor for class comirva.web.crawling.agmis.GoldenRetriever
Constructs a new instance of the GoldenRetriever.
GoldenRetriever_ProcessedIndexCorrector - Class in comirva.web.crawling.agmis
This class analyzes the crawling.txt and writes the file processed_idx.txt, containing all the indices (wrt the crawling.txt) of URLs that really has been retrieved, by analyzing if the files reside on the HDD.
GoldenRetriever_ProcessedIndexCorrector() - Constructor for class comirva.web.crawling.agmis.GoldenRetriever_ProcessedIndexCorrector
 
gradientInit() - Method in class comirva.mlearn.SOM
Initializes the SOM based on a gradient from min to max.
GraphicFileFilter - Class in comirva.io.filefilter
This class implements a FileFilter for *.png and *.jpg files which are graphic files and used to store the content of the visualization pane.
GraphicFileFilter() - Constructor for class comirva.io.filefilter.GraphicFileFilter
 

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