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

W

WalkerExtendedLayout - Class in de.aitools.iv.graphdrawing.nativeboxtree
 
WalkerExtendedLayout(UndirectedGraph, Vertex, NativeBoxTreeVisualization) - Constructor for class de.aitools.iv.graphdrawing.nativeboxtree.WalkerExtendedLayout
 
WalkerLinearAlgorithm - Class in de.aitools.iv.graphdrawing.misc
This is the improved Walker algorithm, that run in linear time.
WalkerLinearAlgorithm(WalkerLinearGraph, int) - Constructor for class de.aitools.iv.graphdrawing.misc.WalkerLinearAlgorithm
This implements the Walker Algorithm that runs in linear time.
WalkerLinearGraph - Class in de.aitools.iv.graphdrawing.misc
The Graph Structure used by the Walker Algorithm
WalkerLinearGraph() - Constructor for class de.aitools.iv.graphdrawing.misc.WalkerLinearGraph
 
WALS_AREAS_FILE - Static variable in class de.aitools.ie.stemming.DataReader
 
WALS_DATA_DIR - Static variable in class de.aitools.ie.stemming.DataReader
 
WALS_DATAPOINTS_FILE - Static variable in class de.aitools.ie.stemming.DataReader
 
WALS_FEATURES_FILE - Static variable in class de.aitools.ie.stemming.DataReader
 
WALS_LANGUAGES_FILE - Static variable in class de.aitools.ie.stemming.DataReader
 
WALS_VALUES_FILE - Static variable in class de.aitools.ie.stemming.DataReader
 
WARC_TREC_ID - Static variable in class de.aitools.aq.websearch.engines.ChatNoir
 
WardsMethod - Class in de.aitools.dm.clustering.algorithms.hac
The proximity of two clusters is the proximity in terms of the increase of the SSE (Summed Squared Error) that would result from merging the two clusters (based on their centroids).
Thus always the merge is taken that results in the smallest increase of the SSE.
This method needs a distance measure as Proximity.
WardsMethod() - Constructor for class de.aitools.dm.clustering.algorithms.hac.WardsMethod
 
weight - Variable in class de.aitools.iv.graphdrawing.datastructures.graph.Vertex
 
weight - Variable in class de.aitools.iv.graphdrawing.datastructures.graph.WeightedEdge
 
WeightedAverageLink - Class in de.aitools.dm.clustering.algorithms.hac
The proximity of two clusters is the average pairwise proximity of all pairs of points from the different clusters.
WeightedAverageLink() - Constructor for class de.aitools.dm.clustering.algorithms.hac.WeightedAverageLink
 
WeightedCentroidCovering - Class in de.aitools.dm.clusterlabeling.algorithms
Weighted Centroid Covering --- a data-centric Cluster-Labeling algorithm
WeightedCentroidCovering(Clusterer, VectorSpace, List<String>, int) - Constructor for class de.aitools.dm.clusterlabeling.algorithms.WeightedCentroidCovering
 
WeightedCentroidCoveringUsage - Class in de.aitools.dm.clusterlabeling.usage
 
WeightedCentroidCoveringUsage() - Constructor for class de.aitools.dm.clusterlabeling.usage.WeightedCentroidCoveringUsage
 
WeightedEdge - Class in de.aitools.iv.graphdrawing.datastructures.graph
 
WeightedEdge(int, int, double) - Constructor for class de.aitools.iv.graphdrawing.datastructures.graph.WeightedEdge
 
WeightedGraph - Interface in de.aitools.iv.graphdrawing.datastructures.graph
 
WgetDownloader - Class in de.aitools.aq.webdownload
Downloader implementation that wraps the wget command.
WgetDownloader() - Constructor for class de.aitools.aq.webdownload.WgetDownloader
 
WgetDownloader(String[]) - Constructor for class de.aitools.aq.webdownload.WgetDownloader
 
white - Static variable in class de.aitools.iv.graphdrawing.datastructures.graph.algorithms.DepthFirstSearch
 
WhitespaceTokenizer - Class in de.aitools.ie.decomposition.tokenizer
A whitespace tokenizer.
WhitespaceTokenizer() - Constructor for class de.aitools.ie.decomposition.tokenizer.WhitespaceTokenizer
 
WhitespaceTokenizer(String) - Constructor for class de.aitools.ie.decomposition.tokenizer.WhitespaceTokenizer
 
WikidumpDownloader - Class in de.aitools.ie.languagedetection.builder.wikipedia
 
WikidumpDownloader() - Constructor for class de.aitools.ie.languagedetection.builder.wikipedia.WikidumpDownloader
 
WikidumpHandler - Class in de.aitools.ie.languagedetection.builder.wikipedia.parser
 
WikidumpHandler(WikitextManager) - Constructor for class de.aitools.ie.languagedetection.builder.wikipedia.parser.WikidumpHandler
 
WikidumpHandler.StopMessage - Exception in de.aitools.ie.languagedetection.builder.wikipedia.parser
 
WikidumpHandler.StopMessage() - Constructor for exception de.aitools.ie.languagedetection.builder.wikipedia.parser.WikidumpHandler.StopMessage
 
WikidumpParser - Class in de.aitools.ie.languagedetection.builder.wikipedia
 
WikidumpParser() - Constructor for class de.aitools.ie.languagedetection.builder.wikipedia.WikidumpParser
 
Wikipedia - Class in de.aitools.aq.websearch.engines
 
Wikipedia(Properties) - Constructor for class de.aitools.aq.websearch.engines.Wikipedia
 
WikitextExtractor - Class in de.aitools.ie.languagedetection.builder.wikipedia.parser
 
WikitextExtractor() - Constructor for class de.aitools.ie.languagedetection.builder.wikipedia.parser.WikitextExtractor
 
WikitextFileSaver - Class in de.aitools.ie.languagedetection.builder.wikipedia.parser
 
WikitextFileSaver(String) - Constructor for class de.aitools.ie.languagedetection.builder.wikipedia.parser.WikitextFileSaver
 
WikitextFileSaver(String, int, int) - Constructor for class de.aitools.ie.languagedetection.builder.wikipedia.parser.WikitextFileSaver
 
WikitextManager - Class in de.aitools.ie.languagedetection.builder.wikipedia.parser
 
WikitextManager() - Constructor for class de.aitools.ie.languagedetection.builder.wikipedia.parser.WikitextManager
 
WORD - Static variable in class de.aitools.aq.invertedindex.util.TokenStream
 
WordChunkingDecomposition - Class in de.aitools.ie.decomposition.chunk
This class decomposes a given String into chunks of words.
WordChunkingDecomposition(int, int) - Constructor for class de.aitools.ie.decomposition.chunk.WordChunkingDecomposition
This class decomposes a given String into chunks of words.
WordChunkingDecomposition(int, int, Decomposition) - Constructor for class de.aitools.ie.decomposition.chunk.WordChunkingDecomposition
This class decomposes a given String into chunks of words.
WordDecompositionDelim - Class in de.aitools.ie.decomposition.word
This class uses a JFlex lexer to extract words out of a given text.
WordDecompositionDelim() - Constructor for class de.aitools.ie.decomposition.word.WordDecompositionDelim
This class uses a JFlex lexer to extract words out of a given text.
WordDecompositionICU4J - Class in de.aitools.ie.decomposition.word
This class decomposes a given String into words using the ICU4J framework.
WordDecompositionICU4J(Locale) - Constructor for class de.aitools.ie.decomposition.word.WordDecompositionICU4J
This class decomposes a given String into words using the ICU4J framework.
WordDecompositionOpenNLP - Class in de.aitools.ie.decomposition.word
This class decomposes a given String into words with machine learning technique using openNLP.
WordDecompositionOpenNLP(String) - Constructor for class de.aitools.ie.decomposition.word.WordDecompositionOpenNLP
Initialises a new decomposition using a maximum entropy model.
WordDecompositionOpenNLP(Locale) - Constructor for class de.aitools.ie.decomposition.word.WordDecompositionOpenNLP
Initialises a new decomposition depended on the trained language.
WordLexerWrapper - Class in de.aitools.ie.decomposition.word.jflex
Use this class an interface to WordLexer.
WordLexerWrapper(String, boolean) - Constructor for class de.aitools.ie.decomposition.word.jflex.WordLexerWrapper
Use this class an interface to WordLexer.
WordNGramDecomposition - Class in de.aitools.ie.decomposition.ngram
This class decomposes a given String into n-grams of words.
WordNGramDecomposition(int) - Constructor for class de.aitools.ie.decomposition.ngram.WordNGramDecomposition
This class decomposes a given String into n-grams of words.
WordNGramDecomposition(int, Decomposition) - Constructor for class de.aitools.ie.decomposition.ngram.WordNGramDecomposition
This class decomposes a given String into n-grams of words.
WordTokenization - Class in de.aitools.ie.decomposition.word
This class decomposes a given String into words without removing anything that is not a word.
WordTokenization(Locale) - Constructor for class de.aitools.ie.decomposition.word.WordTokenization
This class decomposes a given String into words without removing anything that is not a word.
WordTokenizer - Class in de.aitools.ie.decomposition.tokenizer
 
WordTokenizer(Locale) - Constructor for class de.aitools.ie.decomposition.tokenizer.WordTokenizer
 
WordTokenizer(Locale, String) - Constructor for class de.aitools.ie.decomposition.tokenizer.WordTokenizer
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.ByteString
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.FloatFloat
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.FloatInt
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.FloatLong
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.FloatString
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.IntFloat
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.IntInt
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.IntLong
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.IntString
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.LongFloat
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.LongInt
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.LongLong
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.LongString
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.ShortFloat
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.ShortInt
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.ShortLong
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.ShortString
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.pair.StringString
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.quadruple.IntIntIntInt
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.quadruple.LongFloatLongInt
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.quadruple.LongLongFloatFloat
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.quadruple.LongLongIntInt
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.quadruple.LongLongLongLong
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.single.SingleByte
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.single.SingleFloat
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.single.SingleInt
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.single.SingleLong
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.single.SingleShort
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.single.SingleString
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.triple.FloatFloatFloat
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.triple.FloatIntFloat
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.triple.FloatIntInt
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.triple.IntFloatFloat
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.triple.IntIntFloat
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.triple.IntIntInt
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.triple.LongFloatFloat
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.triple.LongIntFloat
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.triple.LongIntInt
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.triple.ShortFloatFloat
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.triple.ShortIntFloat
 
wrap(ByteBuffer) - Method in class de.aitools.aq.invertedindex.value.triple.ShortIntInt
 
wrap(ByteBuffer) - Method in interface de.aitools.aq.invertedindex.value.Value
Deserializes the value from a ByteBuffer.
write(Record<V>) - Method in class de.aitools.aq.invertedindex.io.InvertedFileWriter
 
write(Record<V>) - Method in class de.aitools.aq.invertedindex.util.InvertedFileWriter
 
write(int[], OutputStream) - Static method in class de.aitools.dm.clustering.ClusteringIO
 
write(LanguageModel) - Static method in class de.aitools.ie.languagedetection.LanguageModel
Writes a language model to the models directory.
writeExternal(ObjectOutput) - Method in class de.aitools.iv.graphdrawing.datastructures.graph.Edge
 
writeExternal(ObjectOutput) - Method in class de.aitools.iv.graphdrawing.datastructures.graph.UndirectedGraph
 
writeExternal(ObjectOutput) - Method in class de.aitools.iv.graphdrawing.datastructures.graph.Vertex
 
writePositions(double[][]) - Method in class de.aitools.iv.mds.util.GnuplotWriter
Writes .plot file with positions.
writeSetup(HashMap<String, Object>, HashMap<String, ArrayList<Integer>>) - Method in class de.aitools.iv.mds.util.GnuplotWriter
Writes .gp file.
writeTo(CodedOutputStream) - Method in class de.aitools.aq.invertedindex.generated.IndexMessages.Configuration
 
writeTo(CodedOutputStream) - Method in class de.aitools.aq.invertedindex.generated.IndexMessages.Header
 
writeTo(CodedOutputStream) - Method in class de.aitools.aq.invertedindex.usage.MyProtobufObject.Person
 
writeVectors() - Method in class de.aitools.iv.mds.util.PreprocessorCSV2MDS
Reads input .csv file, and writes it out to be readable by Preprocessor like term-frequencies of documents.

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