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

R

RandIndex - Class in de.aitools.dm.clustering.validation.external
References:
RandIndex() - Constructor for class de.aitools.dm.clustering.validation.external.RandIndex
 
RandomGenerator - Class in de.aitools.aq.util
 
RandomGenerator() - Constructor for class de.aitools.aq.util.RandomGenerator
 
randomGraph(UndirectedGraph, double, int) - Method in class de.aitools.iv.graphdrawing.datastructures.graph.ExampleGraphs
 
Randomizer - Class in de.aitools.iv.mds.util
 
Randomizer() - Constructor for class de.aitools.iv.mds.util.Randomizer
 
randomPartialSubset(ArrayList<Integer>, int) - Static method in class de.aitools.iv.mds.util.Randomizer
Generates a random sample of defined size of input subset and removes sampled indices from input subset.
RandomProjectionFunction - Class in de.aitools.ir.fingerprinting.representer
 
RandomProjectionFunction(Locale) - Constructor for class de.aitools.ir.fingerprinting.representer.RandomProjectionFunction
 
RandomProjectionFunction(Locale, int) - Constructor for class de.aitools.ir.fingerprinting.representer.RandomProjectionFunction
 
RandomProjectionFunction(Locale, boolean, boolean) - Constructor for class de.aitools.ir.fingerprinting.representer.RandomProjectionFunction
 
RandomProjectionFunction(Locale, boolean, boolean, int) - Constructor for class de.aitools.ir.fingerprinting.representer.RandomProjectionFunction
 
randomSample(ArrayList<Integer>, int) - Static method in class de.aitools.iv.mds.util.Randomizer
Generates a random sample of defined size of input set.
randomSample(int, int) - Static method in class de.aitools.iv.mds.util.Randomizer
Generates a random sample of defined size from an amount of elements.
range() - Method in class de.aitools.aq.algebra.vector.Vector
Returns the upper bound of valid indices.
RANK - Static variable in class de.aitools.aq.websearch.Result
 
RatedPhrase - Class in de.aitools.dm.clusterlabeling.validation.internal
String-Representation (toString()): ["label" : rating]

rating = 2^relevance - 1
RatedPhrase(String, double) - Constructor for class de.aitools.dm.clusterlabeling.validation.internal.RatedPhrase
A RatedPhrase consist of two values: Label
The phrase itself Rating
A value for how good the label is: The higher the better.
Calculated as 2^relevance - 1
RatedPhraseTest - Class in de.aitools.dm.clustering.validation.labeling.intern
 
RatedPhraseTest() - Constructor for class de.aitools.dm.clustering.validation.labeling.intern.RatedPhraseTest
 
read(InputSource) - Method in class de.aitools.aq.config.ConfigurationIO
 
read(String[]) - Method in class de.aitools.aq.config.ConfigurationIOCmd
 
read(Record<V>) - Method in class de.aitools.aq.invertedindex.util.InvertedFileReader
 
read(InputStream) - Static method in class de.aitools.dm.clustering.ClusteringIO
 
read(Locale) - Static method in class de.aitools.ie.languagedetection.LanguageModel
Reads a language model from the locale's .model file.
read(String) - Static method in class de.aitools.iv.graphdrawing.datastructures.graph.algorithms.JuengerReader
 
read(String) - Static method in class de.aitools.iv.graphdrawing.datastructures.graph.algorithms.RmfReader
 
readExternal(ObjectInput) - Method in class de.aitools.iv.graphdrawing.datastructures.graph.Edge
 
readExternal(ObjectInput) - Method in class de.aitools.iv.graphdrawing.datastructures.graph.UndirectedGraph
 
readExternal(ObjectInput) - Method in class de.aitools.iv.graphdrawing.datastructures.graph.Vertex
 
readFile(String) - Static method in class de.aitools.iv.graphdrawing.datastructures.graph.algorithms.GraphMLReader
 
readHashFile(String) - Static method in class de.aitools.iv.mds.util.Preprocessor
Reads file with hash values which have corresponding indices to vectors.
readPositions() - Method in class de.aitools.iv.mds.util.StressCalulator
Reads file with point coordinates.
readVectors(String) - Method in class de.aitools.iv.mds.util.Preprocessor
Reads a file with vectors.
readVectors() - Method in class de.aitools.iv.mds.util.StressCalulator
Reads file with vectors.
reallocate(int) - Method in class de.aitools.aq.value.single.SingleBuffer
 
REALM - Static variable in class de.aitools.aq.websearch.oauth.HttpParameters
 
Record<E extends Value> - Class in de.aitools.aq.invertedindex.core
A class to represent key-value-pair.
Record(Class<E>) - Constructor for class de.aitools.aq.invertedindex.core.Record
The default constructor.
Record(String, E) - Constructor for class de.aitools.aq.invertedindex.core.Record
The explicit constructor.
Record(Record<E>) - Constructor for class de.aitools.aq.invertedindex.core.Record
The copy constructor.
Record<V extends Value> - Class in de.aitools.aq.util
A class to represent a key/value pair with String as the key type and some derivative of Value as the value type.
Record(Class<V>) - Constructor for class de.aitools.aq.util.Record
 
Record(String, V) - Constructor for class de.aitools.aq.util.Record
 
RecordFactory - Class in de.aitools.invertedindex
 
RecordFactory() - Constructor for class de.aitools.invertedindex.RecordFactory
 
reduce() - Method in class de.aitools.ir.retrievalmodels.representer.LatentSemanticIndexing.DynamicReductionStrategyImpl
 
reduce() - Method in class de.aitools.ir.retrievalmodels.representer.LatentSemanticIndexing.FixedReductionStrategyImpl
 
reduce(int) - Method in class de.aitools.ir.retrievalmodels.representer.LatentSemanticIndexing.FixedReductionStrategyImpl
Reduces the matrix to a new rank given by dimension.
reduce() - Method in class de.aitools.ir.retrievalmodels.representer.LatentSemanticIndexing.QualityReductionStrategyImpl
 
register(TextExtractor) - Static method in class de.aitools.aq.textextraction.TextExtractorRegistry
Registers a concrete TextExtractor for the MIME type it supports.
registerAllExtensions(ExtensionRegistry) - Static method in class de.aitools.aq.invertedindex.generated.IndexMessages
 
registerAllExtensions(ExtensionRegistry) - Static method in class de.aitools.aq.invertedindex.usage.MyProtobufObject
 
ReingoldTilfordAlgorithm - Class in de.aitools.iv.graphdrawing.misc
This implements the Reingold-Tilford layout algorithm for trees.
ReingoldTilfordAlgorithm(ReingoldTilfordGraph, int) - Constructor for class de.aitools.iv.graphdrawing.misc.ReingoldTilfordAlgorithm
 
ReingoldTilfordExtendedLayout - Class in de.aitools.iv.graphdrawing.nativeboxtree
 
ReingoldTilfordExtendedLayout(UndirectedGraph, Vertex, NativeBoxTreeVisualization) - Constructor for class de.aitools.iv.graphdrawing.nativeboxtree.ReingoldTilfordExtendedLayout
 
ReingoldTilfordExtendedLayout - Class in de.aitools.iv.graphdrawing.nativetree
 
ReingoldTilfordExtendedLayout(UndirectedGraph, Vertex, NativeTreeVisualization) - Constructor for class de.aitools.iv.graphdrawing.nativetree.ReingoldTilfordExtendedLayout
 
ReingoldTilfordGraph - Class in de.aitools.iv.graphdrawing.misc
 
ReingoldTilfordGraph() - Constructor for class de.aitools.iv.graphdrawing.misc.ReingoldTilfordGraph
 
relevance(D, D) - Method in class de.aitools.ir.retrievalmodels.retrievalmodel.AbstractRetrievalModel
 
relevance(Dbold, Dbold) - Method in class de.aitools.ir.retrievalmodels.retrievalmodel.AbstractRetrievalModel
 
relevance(D, D) - Method in interface de.aitools.ir.retrievalmodels.retrievalmodel.RetrievalModel
 
relevance(Dbold, Dbold) - Method in interface de.aitools.ir.retrievalmodels.retrievalmodel.RetrievalModel
 
RelevanceFunction<Q,R> - Interface in de.aitools.ir.retrievalmodels.relevance
 
remove(int) - Method in class de.aitools.aq.algebra.vector.VectorSort
Remove a node from the sorting.
remove(Object) - Method in class de.aitools.aq.bighashmap.core.BigHashMap
Not supported.
remove() - Method in interface de.aitools.aq.graph.weighted.UndirectedMutableGraph.Edge
Deprecated. Remove this edge.
remove() - Method in interface de.aitools.aq.graph.weighted.UndirectedMutableIntGraph.Edge
Deprecated. Remove this edge.
remove() - Method in interface de.aitools.aq.graph.weighted.UndirectedMutableLongGraph.Edge
Deprecated. Remove this edge.
remove() - Method in interface de.aitools.aq.structure.graph.UndirectedGraph.Edge
Removes this edge.
remove() - Method in interface de.aitools.aq.structure.graph.UndirectedIntGraph.Edge
Removes this edge.
remove() - Method in interface de.aitools.aq.structure.graph.UndirectedLongGraph.Edge
Removes this edge.
remove(Object) - Method in class de.aitools.aq.structure.IteratorSet
 
remove() - Method in class de.aitools.dm.clustering.dendrogram.DendrogramMergeIterator
 
remove() - Method in class de.aitools.ie.decomposition.chunker.Chunker
 
remove() - Method in class de.aitools.ie.decomposition.tokenizer.Tokenizer
 
remove(Object) - Method in class de.aitools.ir.retrievalmodels.document.Feature
 
remove(Object) - Method in class de.aitools.ir.retrievalmodels.document.FeatureSet
 
remove(Object) - Method in class de.aitools.ir.retrievalmodels.representation.Set
 
remove() - Method in class de.aitools.iv.graphdrawing.datastructures.DoubleLinkedList.LinkedListIterator
 
remove(DoubleLinkedListElement) - Method in class de.aitools.iv.graphdrawing.datastructures.DoubleLinkedList
remove an element from this list
remove(ChangeListener) - Method in class de.aitools.iv.graphdrawing.nativeboxtree.NativeBoxTreeConfiguration
 
remove(ChangeListener) - Method in class de.aitools.iv.graphdrawing.nativetree.NativeTreeConfiguration
 
removeAll(Collection<?>) - Method in class de.aitools.aq.structure.IteratorSet
 
removeAll(Collection<?>) - Method in class de.aitools.ir.retrievalmodels.document.FeatureSet
 
removeAll(Collection<?>) - Method in class de.aitools.ir.retrievalmodels.representation.Set
 
removeAll() - Method in class de.aitools.iv.graphdrawing.misc.ConfigurationDialog
removes all PreferencesPanel's from this dialog
removeChangeListener(ChangeListener) - Method in class de.aitools.iv.graphdrawing.distortion.DistortionConfiguration
 
removeChangeListener(ChangeListener) - Method in class de.aitools.iv.graphdrawing.jtree.JTreeConfiguration
 
removeChangeListener(ChangeListener) - Method in interface de.aitools.iv.graphdrawing.misc.ConfigurationPanel
removes a changeListener
removeChangeListener(ChangeListener) - Method in class de.aitools.iv.graphdrawing.nativeboxtree.NativeBoxTreeConfigurationPanel
 
removeChangeListener(ChangeListener) - Method in class de.aitools.iv.graphdrawing.nativetree.NativeTreeConfigurationPanel
 
removeClickHandler(ClickHandler) - Method in class de.aitools.iv.graphdrawing.builtin.EmptyAISearchPanel
Does nothing.
removeClickHandler(ClickHandler) - Method in class de.aitools.iv.graphdrawing.distortion.DistortionVisualization
removes a handler from the list.
removeClickHandler(ClickHandler) - Method in class de.aitools.iv.graphdrawing.jtree.JTreeVisualization
 
removeClickHandler(ClickHandler) - Method in class de.aitools.iv.graphdrawing.nativeboxtree.NativeBoxTreeVisualization
 
removeClickHandler(ClickHandler) - Method in class de.aitools.iv.graphdrawing.nativetree.NativeTreeVisualization
 
removeClickHandler(ClickHandler) - Method in class de.aitools.iv.graphdrawing.Visualization
 
removeClientPopupHandler(MouseListener) - Method in class de.aitools.iv.graphdrawing.builtin.EmptyAISearchPanel
Does nothing.
removeClientPopupHandler(MouseListener) - Method in class de.aitools.iv.graphdrawing.distortion.DistortionVisualization
 
removeClientPopupHandler(MouseListener) - Method in class de.aitools.iv.graphdrawing.jtree.JTreeVisualization
 
removeClientPopupHandler(MouseListener) - Method in class de.aitools.iv.graphdrawing.nativeboxtree.NativeBoxTreeVisualization
 
removeClientPopupHandler(MouseListener) - Method in class de.aitools.iv.graphdrawing.nativetree.NativeTreeVisualization
 
removeClientPopupHandler(MouseListener) - Method in class de.aitools.iv.graphdrawing.Visualization
 
removeEdge(V, V) - Method in class de.aitools.aq.graph.weighted.concrete.ComparablesUndirectedGraph
Deprecated.  
removeEdge(int, int) - Method in class de.aitools.aq.graph.weighted.concrete.ConcreteUndirectedIntGraph
Deprecated.  
removeEdge(long, long) - Method in class de.aitools.aq.graph.weighted.concrete.ConcreteUndirectedLongGraph
Deprecated.  
removeEdge(V, V) - Method in class de.aitools.aq.graph.weighted.concrete.GeneralUndirectedGraph
Deprecated.  
removeEdge(V, V) - Method in interface de.aitools.aq.graph.weighted.UndirectedMutableGraph
Deprecated. Remove a edge determined by two vertices.
removeEdge(int, int) - Method in interface de.aitools.aq.graph.weighted.UndirectedMutableIntGraph
Deprecated. Remove a edge determined by two vertices.
removeEdge(long, long) - Method in interface de.aitools.aq.graph.weighted.UndirectedMutableLongGraph
Deprecated. Remove a edge determined by two vertices.
removeEdge(V, V) - Method in interface de.aitools.aq.structure.graph.UndirectedGraph
Removes the edge determined by two vertices.
removeEdge(V, V) - Method in class de.aitools.aq.structure.graph.UndirectedHashGraph
 
removeEdge(int, int) - Method in interface de.aitools.aq.structure.graph.UndirectedIntGraph
Removes an edge determined by two vertices.
removeEdge(int, int) - Method in class de.aitools.aq.structure.graph.UndirectedIntHashGraph
 
removeEdge(long, long) - Method in interface de.aitools.aq.structure.graph.UndirectedLongGraph
Removes an edge determined by two vertices.
removeEdge(long, long) - Method in class de.aitools.aq.structure.graph.UndirectedLongHashGraph
 
removeEdge(Edge) - Method in class de.aitools.iv.graphdrawing.datastructures.graph.DirectedGraph
remove an edge from the graph (and from both adjacent Vertices) //O(1)
removeEdge(Edge) - Method in class de.aitools.iv.graphdrawing.datastructures.graph.UndirectedGraph
remove an edge from the graph (and from both adjacent Vertices) //O(1)
removeEdge(int, int) - Method in interface de.aitools.iv.graphdrawing.datastructures.graph.WeightedGraph
 
removeFirstWord() - Method in class de.aitools.ie.keyphraseextraction.Phrase
Removes and returns the first word of this phrase.
removeFromLayeredPane(JComponent) - Method in class de.aitools.iv.graphdrawing.nativeboxtree.NativeBoxTreeVisualization
 
removeLastWord() - Method in class de.aitools.ie.keyphraseextraction.Phrase
Removes and returns the last word of this phrase.
removeLayoutComponent(Component) - Method in class de.aitools.iv.graphdrawing.misc.GraphPaperLayout
Removes the specified component from the layout.
removeNode(int) - Method in interface de.aitools.iv.graphdrawing.datastructures.graph.WeightedGraph
 
removeVertex(V) - Method in class de.aitools.aq.graph.weighted.concrete.ComparablesUndirectedGraph
Deprecated.  
removeVertex(int) - Method in class de.aitools.aq.graph.weighted.concrete.ConcreteUndirectedIntGraph
Deprecated.  
removeVertex(long) - Method in class de.aitools.aq.graph.weighted.concrete.ConcreteUndirectedLongGraph
Deprecated.  
removeVertex(V) - Method in class de.aitools.aq.graph.weighted.concrete.GeneralUndirectedGraph
Deprecated.  
removeVertex(V) - Method in interface de.aitools.aq.graph.weighted.UndirectedMutableGraph
Deprecated. Remove a vertex from the graph.
removeVertex(int) - Method in interface de.aitools.aq.graph.weighted.UndirectedMutableIntGraph
Deprecated. Remove a vertex from the graph.
removeVertex(long) - Method in interface de.aitools.aq.graph.weighted.UndirectedMutableLongGraph
Deprecated. Remove a vertex from the graph.
removeVertex(V) - Method in interface de.aitools.aq.structure.graph.UndirectedGraph
Remove a vertex from the graph.
removeVertex(V) - Method in class de.aitools.aq.structure.graph.UndirectedHashGraph
 
removeVertex(int) - Method in interface de.aitools.aq.structure.graph.UndirectedIntGraph
Removes a vertex from the graph.
removeVertex(int) - Method in class de.aitools.aq.structure.graph.UndirectedIntHashGraph
 
removeVertex(long) - Method in interface de.aitools.aq.structure.graph.UndirectedLongGraph
Removes a vertex from the graph.
removeVertex(long) - Method in class de.aitools.aq.structure.graph.UndirectedLongHashGraph
 
removeVertex(Vertex) - Method in class de.aitools.iv.graphdrawing.datastructures.graph.DirectedGraph
remove the Vertex and all incident edges from the graph.
removeVertex(Vertex) - Method in class de.aitools.iv.graphdrawing.datastructures.graph.UndirectedGraph
remove the Vertex and all incident edges from the graph.
renumberClusters() - Method in class de.aitools.dm.clustering.Clustering
 
renumberVertices() - Method in class de.aitools.iv.graphdrawing.datastructures.graph.UndirectedGraph
 
repaint() - Method in class de.aitools.iv.graphdrawing.nativeboxtree.EdgeDraw
 
repaint() - Method in class de.aitools.iv.graphdrawing.nativetree.EdgeDraw
 
repaint() - Method in class de.aitools.iv.graphdrawing.VertexPopupMenu
 
RepeatedStringExtractor - Class in de.aitools.ie.keyphraseextraction
This class implements an algorithm to extract keyphrases based on the detection of repeated string patterns.
RepeatedStringExtractor(Locale) - Constructor for class de.aitools.ie.keyphraseextraction.RepeatedStringExtractor
Explicit constructor which initializes the extractor for certain locale.
represent(String) - Method in class de.aitools.ir.fingerprinting.FuzzyFingerprintingModel
 
represent(String) - Method in class de.aitools.ir.fingerprinting.LocalitySensitiveHashingModel
 
represent(String) - Method in class de.aitools.ir.fingerprinting.representer.PrefixClassFunction
Returns the dimensional reduced deviation vector of the document's prefix classes.
represent(String) - Method in class de.aitools.ir.fingerprinting.representer.RandomProjectionFunction
 
represent(String) - Method in class de.aitools.ir.retrievalmodels.representer.DivergenceFromRandomness
 
represent(Iterable<String>) - Method in class de.aitools.ir.retrievalmodels.representer.InverseDocumentFrequency
 
represent(String) - Method in class de.aitools.ir.retrievalmodels.representer.LatentSemanticIndexing
 
represent(String) - Method in class de.aitools.ir.retrievalmodels.representer.OkapiBM25.DocumentState
 
represent(String) - Method in class de.aitools.ir.retrievalmodels.representer.OkapiBM25.QueryState
 
represent(String) - Method in class de.aitools.ir.retrievalmodels.representer.OkapiBM25
 
represent(String) - Method in interface de.aitools.ir.retrievalmodels.representer.OkapiBM25.RepresentationState
 
represent(D) - Method in interface de.aitools.ir.retrievalmodels.representer.Representer
 
represent(String) - Method in class de.aitools.ir.retrievalmodels.representer.SerializableTermFrequency
 
represent(String) - Method in class de.aitools.ir.retrievalmodels.representer.TermFrequency
 
represent(String) - Method in class de.aitools.ir.retrievalmodels.representer.TFIDF
 
represent(String) - Method in class de.aitools.ir.retrievalmodels.representer.TFPDF
 
represent(String) - Method in class de.aitools.ir.retrievalmodels.retrievalmodel.ExplicitSemanticAnalysis
 
represent(D) - Method in interface de.aitools.ir.retrievalmodels.retrievalmodel.RetrievalModel
 
represent(String) - Method in class de.aitools.ir.retrievalmodels.retrievalmodel.VectorSpaceModel
 
Representation - Class in de.aitools.aq.algebra.vector
 
Representation() - Constructor for class de.aitools.aq.algebra.vector.Representation
 
Representer<D,Dbold extends Representation> - Interface in de.aitools.ir.retrievalmodels.representer
 
REQUEST_METHOD - Static variable in class de.aitools.aq.websearch.oauth.OAuth
 
resetInternalData() - Method in class de.aitools.iv.graphdrawing.misc.ReingoldTilfordGraph
 
resetInternalData() - Method in class de.aitools.iv.graphdrawing.misc.WalkerLinearGraph
 
RESOURCE_FILE - Static variable in class de.aitools.ir.fingerprinting.refactored.PrefixDistributionBNC
 
RESOURCE_FILE - Static variable in class de.aitools.ir.fingerprinting.refactored.PrefixDistributionTiger
 
Result - Class in de.aitools.aq.websearch
This class is used as a result container.
Result() - Constructor for class de.aitools.aq.websearch.Result
 
RESULTS - Static variable in class de.aitools.aq.websearch.engines.ASearchEngine
 
RESULTS - Static variable in class de.aitools.aq.websearch.Query
The maximum number of wanted results.
retainAll(Collection<?>) - Method in class de.aitools.aq.structure.IteratorSet
 
retainAll(Collection<?>) - Method in class de.aitools.ir.retrievalmodels.document.FeatureSet
 
retainAll(Collection<?>) - Method in class de.aitools.ir.retrievalmodels.representation.Set
 
RetrievalModel<D,Dbold extends Representation> - Interface in de.aitools.ir.retrievalmodels.retrievalmodel
 
rewind() - Method in class de.aitools.aq.invertedindex.core.Postlist
Set the internal iterator to the beginning.
RIGHT_LEFT - Static variable in class de.aitools.iv.graphdrawing.nativeboxtree.NativeBoxTreeConfiguration
 
rightBottomMost - Variable in class de.aitools.iv.graphdrawing.misc.ReingoldTilfordGraph
 
rightBottomMostOffset - Variable in class de.aitools.iv.graphdrawing.misc.ReingoldTilfordGraph
 
rightContour - Variable in class de.aitools.iv.graphdrawing.misc.ReingoldTilfordGraph
 
rightContourOffset - Variable in class de.aitools.iv.graphdrawing.misc.ReingoldTilfordGraph
 
RmfReader - Class in de.aitools.iv.graphdrawing.datastructures.graph.algorithms
 
RmfReader() - Constructor for class de.aitools.iv.graphdrawing.datastructures.graph.algorithms.RmfReader
 
run() - Method in class de.aitools.aq.webdownload.DownloadThread
 
run() - Method in class de.aitools.aq.webdownload.GetContentTypeThread
 
RunCandidateElimination - Class in de.aitools.ml.conceptlearning.runnables
 
RunCandidateElimination() - Constructor for class de.aitools.ml.conceptlearning.runnables.RunCandidateElimination
 
runChalmers1996MDS() - Static method in class de.aitools.iv.mds.Main
 
runChalmers2003MDS() - Static method in class de.aitools.iv.mds.Main
 
RunFindS - Class in de.aitools.ml.conceptlearning.runnables
 
RunFindS() - Constructor for class de.aitools.ml.conceptlearning.runnables.RunFindS
 
runJourdan2004MDS() - Static method in class de.aitools.iv.mds.Main
 
runJourdan2004MultiscaleMDS() - Static method in class de.aitools.iv.mds.Main
 
runSpringModelMDS() - Static method in class de.aitools.iv.mds.Main
 
runStein2006MDS() - Static method in class de.aitools.iv.mds.Main
 
russiantext - Static variable in class de.aitools.ie.stemming.examples.ExampleTexts
 

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