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

U

UndirectedGraph - Class in de.aitools.aq.graph
 
UndirectedGraph(int) - Constructor for class de.aitools.aq.graph.UndirectedGraph
 
UndirectedGraph(Vector[]) - Constructor for class de.aitools.aq.graph.UndirectedGraph
 
UndirectedGraph<V> - Interface in de.aitools.aq.graph.weighted
Deprecated. see package de.aitools.aq.structure.graph
UndirectedGraph<V> - Interface in de.aitools.aq.structure.graph
An undirected weighted graph.
UndirectedGraph - Class in de.aitools.dm.clustering.algorithms.majorclust
 
UndirectedGraph(String) - Constructor for class de.aitools.dm.clustering.algorithms.majorclust.UndirectedGraph
 
UndirectedGraph(File) - Constructor for class de.aitools.dm.clustering.algorithms.majorclust.UndirectedGraph
 
UndirectedGraph - Class in de.aitools.iv.graphdrawing.datastructures.graph
 
UndirectedGraph() - Constructor for class de.aitools.iv.graphdrawing.datastructures.graph.UndirectedGraph
Constructor
UndirectedGraph(int) - Constructor for class de.aitools.iv.graphdrawing.datastructures.graph.UndirectedGraph
Constructor
UndirectedGraph.Edge<V> - Interface in de.aitools.aq.graph.weighted
Deprecated. A possible edge connecting two vertices of an underlying UndirectedGraph.
UndirectedGraph.Edge<V> - Interface in de.aitools.aq.structure.graph
A possible edge connecting two vertices of an underlying UndirectedGraph.
UndirectedHashGraph<V> - Class in de.aitools.aq.structure.graph
A general implementation for all kind of vertices.
UndirectedHashGraph() - Constructor for class de.aitools.aq.structure.graph.UndirectedHashGraph
Create a new UndirectedHashGraph with default weight for unconnected vertices and default capacity.
UndirectedHashGraph(double, int) - Constructor for class de.aitools.aq.structure.graph.UndirectedHashGraph
Create a new UndirectedHashGraph.
UndirectedIntGraph - Interface in de.aitools.aq.graph.weighted
Deprecated. see package de.aitools.aq.structure.graph
UndirectedIntGraph - Interface in de.aitools.aq.structure.graph
An undirected weighted graph.
UndirectedIntGraph.Edge - Interface in de.aitools.aq.graph.weighted
Deprecated. A possible edge connecting two vertices of an underlying UndirectedIntGraph.
UndirectedIntGraph.Edge - Interface in de.aitools.aq.structure.graph
A possible edge connecting two vertices of an underlying UndirectedIntGraph.
UndirectedIntHashGraph - Class in de.aitools.aq.structure.graph
A general implementation for int vertices.
UndirectedIntHashGraph() - Constructor for class de.aitools.aq.structure.graph.UndirectedIntHashGraph
Create a new graph with default weight for unconnected vertices and default capacity.
UndirectedIntHashGraph(int) - Constructor for class de.aitools.aq.structure.graph.UndirectedIntHashGraph
Create a new graph with default weight for unconnected vertices.
UndirectedIntHashGraph(double, int) - Constructor for class de.aitools.aq.structure.graph.UndirectedIntHashGraph
Create a new graph.
UndirectedLongGraph - Interface in de.aitools.aq.graph.weighted
Deprecated. see package de.aitools.aq.structure.graph
UndirectedLongGraph - Interface in de.aitools.aq.structure.graph
An undirected weighted graph.
UndirectedLongGraph.Edge - Interface in de.aitools.aq.graph.weighted
Deprecated. A possible edge connecting two vertices of an underlying UndirectedLongGraph.
UndirectedLongGraph.Edge - Interface in de.aitools.aq.structure.graph
A possible edge connecting two vertices of an underlying UndirectedLongGraph.
UndirectedLongHashGraph - Class in de.aitools.aq.structure.graph
A general implementation for long vertices.
UndirectedLongHashGraph() - Constructor for class de.aitools.aq.structure.graph.UndirectedLongHashGraph
Create a new graph with default weight for unconnected vertices and default capacity.
UndirectedLongHashGraph(int) - Constructor for class de.aitools.aq.structure.graph.UndirectedLongHashGraph
Create a new graph with default weight for unconnected vertices.
UndirectedLongHashGraph(double, int) - Constructor for class de.aitools.aq.structure.graph.UndirectedLongHashGraph
Create a new graph.
UndirectedMutableGraph<V> - Interface in de.aitools.aq.graph.weighted
Deprecated. see package de.aitools.aq.structure.graph
UndirectedMutableGraph.Edge<V> - Interface in de.aitools.aq.graph.weighted
Deprecated. The extension of UndirectedGraph.Edge to be mutable.
UndirectedMutableIntGraph - Interface in de.aitools.aq.graph.weighted
Deprecated. see package de.aitools.aq.structure.graph
UndirectedMutableIntGraph.Edge - Interface in de.aitools.aq.graph.weighted
Deprecated. The extension of UndirectedIntGraph.Edge to be mutable.
UndirectedMutableLongGraph - Interface in de.aitools.aq.graph.weighted
Deprecated. see package de.aitools.aq.structure.graph
UndirectedMutableLongGraph.Edge - Interface in de.aitools.aq.graph.weighted
Deprecated. The extension of UndirectedLongGraph.Edge to be mutable.
unitVector(double[]) - Static method in class de.aitools.iv.mds.util.VectorOperation
Calculates unit vector of input vector.
unregister(TextExtractor) - Static method in class de.aitools.aq.textextraction.TextExtractorRegistry
Unregisters the instance of TextExtractor.
UnweightedAverageLink - Class in de.aitools.dm.clustering.algorithms.hac
The proximity of two clusters is the average proximity two both clusters.
UnweightedAverageLink() - Constructor for class de.aitools.dm.clustering.algorithms.hac.UnweightedAverageLink
 
update(UndirectedGraph, Vertex) - Method in class de.aitools.iv.graphdrawing.builtin.EmptyAISearchPanel
Does nothing.
update(UndirectedGraph, Vertex) - Method in class de.aitools.iv.graphdrawing.distortion.DistortionVisualization
updates the graph data
update(UndirectedGraph, Vertex) - Method in class de.aitools.iv.graphdrawing.jtree.JTreeVisualization
 
update() - Method in class de.aitools.iv.graphdrawing.nativeboxtree.NativeBoxTreeVertexDraw
updates size, text and internal positions
update(UndirectedGraph, Vertex) - Method in class de.aitools.iv.graphdrawing.nativeboxtree.NativeBoxTreeVisualization
 
update() - Method in class de.aitools.iv.graphdrawing.nativetree.NativeTreeVertexDraw
updates size, text and internal positions
update(UndirectedGraph, Vertex) - Method in class de.aitools.iv.graphdrawing.nativetree.NativeTreeVisualization
 
update(UndirectedGraph, Vertex) - Method in class de.aitools.iv.graphdrawing.Visualization
show the specified graph, with its root vertex.
updateDisplayConfiguration() - Method in class de.aitools.iv.graphdrawing.builtin.EmptyAISearchPanel
Does nothing.
updateDisplayConfiguration() - Method in class de.aitools.iv.graphdrawing.distortion.DistortionVisualization
 
updateDisplayConfiguration() - Method in class de.aitools.iv.graphdrawing.jtree.JTreeVisualization
 
updateDisplayConfiguration() - Method in class de.aitools.iv.graphdrawing.nativeboxtree.NativeBoxTreeVisualization
 
updateDisplayConfiguration() - Method in class de.aitools.iv.graphdrawing.nativetree.NativeTreeVisualization
 
updateDisplayConfiguration() - Method in class de.aitools.iv.graphdrawing.Visualization
calculate new positions for every vertex of the graph.
updateFont() - Method in class de.aitools.iv.graphdrawing.distortion.DistortionVertexDraw
updates the font for this DistorsionVertexDraw
updateMaxWeight() - Method in interface de.aitools.iv.graphdrawing.datastructures.graph.AdjacencyMatrix
 
updateMaxWeight() - Method in class de.aitools.iv.graphdrawing.datastructures.graph.AdjacencyMatrixComp
 
updateOneFeatureValue(String, Object) - Method in class de.aitools.ir.retrievalmodels.document.FeatureSet
 
updateOneOrCreateFeature(String, Object) - Method in class de.aitools.ir.retrievalmodels.document.FeatureSet
 
updatePos(Point2D, Point2D) - Method in class de.aitools.iv.graphdrawing.distortion.DistortionVertexDraw
 
URL - Static variable in class de.aitools.aq.websearch.engines.ASearchEngine
 
URL - Static variable in class de.aitools.aq.websearch.Query
The basic url for the search engine.
URL - Static variable in class de.aitools.aq.websearch.Result
 
URLConnectionHeaderTest - Class in de.aitools.aq.webdownload
 
URLConnectionHeaderTest() - Constructor for class de.aitools.aq.webdownload.URLConnectionHeaderTest
 
Usage - Class in de.aitools.ie.keyphraseextraction.usage
This is a quickstart on how to use a KeyphraseExtractor.
Usage() - Constructor for class de.aitools.ie.keyphraseextraction.usage.Usage
 
UsingIndexer - Class in de.aitools.aq.invertedindex.usage
A helper class to demonstrate the usage of Indexer.
UsingIndexer() - Constructor for class de.aitools.aq.invertedindex.usage.UsingIndexer
 
UsingManagedIndexer - Class in de.aitools.aq.invertedindex.usage
A helper class to demonstrate the usage of ManagedIndexer.
UsingManagedIndexer() - Constructor for class de.aitools.aq.invertedindex.usage.UsingManagedIndexer
 
UsingSearcher - Class in de.aitools.aq.invertedindex.usage
A helper class to demonstrate the usage of Searcher.
UsingSearcher() - Constructor for class de.aitools.aq.invertedindex.usage.UsingSearcher
 
UsingSingleBuffer - Class in de.aitools.aq.invertedindex.usage
A helper class to demonstrate the usage of Indexer with SingleBuffer as value type for raw data indexing.
UsingSingleBuffer() - Constructor for class de.aitools.aq.invertedindex.usage.UsingSingleBuffer
 
UtilTest - Class in de.aitools.dm.clustering.validation.labeling
 
UtilTest() - Constructor for class de.aitools.dm.clustering.validation.labeling.UtilTest
 

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