AnalysisConfig |
Capture how the Analysis is configured.
|
AnalyzerContext |
Definition of the Context for running an Analysis.
|
CommonComparator<T extends Comparable> |
|
Correlation |
|
Facts |
A set of facts for the Analysis in question.
|
FiniteMap |
|
Histogram |
This class is used to encapsulate a Histogram to provide Histogram data.
|
HistogramSPDT |
This class is used to encapsulate a Histogram to provide Histogram data.
|
InlineContent |
Used to capture the members for a small set of items - which are defined inline.
|
LogicalType |
All Semantic Types are derived from this abstract class.
|
LogicalTypeBloomFilter |
Base class for a BloomFilter implementation.
|
LogicalTypeCode |
All Semantic Types implemented via Java code typically extend this class.
|
LogicalTypeFactory |
Construct a LogicalType from PluginDefinition or a Semantic Type name.
|
LogicalTypeFinite |
All Semantic Types that consist of a constrained domain, for example, a finite (small) number of elements should
subclass this abstract class.
|
LogicalTypeFiniteSimple |
All Semantic Types that are backed by a simple list typically subclass this abstract class.
|
LogicalTypeFiniteSimpleExternal |
|
LogicalTypeInfinite |
All Semantic Types that consist of a unconstrained domain, for example, an infinite (or large) number of elements should
subclass this abstract class.
|
LogicalTypeRegExp |
This class supports all plugins that are based on a RegExp.
|
PluginAnalysis |
|
PluginDefinition |
Definition of a Plugin.
|
PluginLocaleEntry |
The Locale entry on the plugin has a localeTag (e.g.
|
PluginMatchEntry |
|
Plugins |
A singleton (per thread) used to track the set of plugins.
|
PreSortedSet |
This set is basically a LinkedHashSet that implements the SortedSet interface.
|
RecordAnalysisResult |
|
RecordAnalyzer |
|
SemanticTypeInfo |
|
SingletonSet |
Class used to cache large sets across multiple threads.
|
Sketch |
This class is used to encapsulate a Sketch to provide Quantile data.
|
SketchDeserializer |
|
SketchSerializer |
|
StringConverter |
Based on the FTA Type support the ability to convert from a String to an instance of the Type, or from an instance of
the type to a String (correctly formatted - based on the pattern).
|
TextAnalysisResult |
TextAnalysisResult is the result of a TextAnalyzer analysis of a data stream.
|
TextAnalyzer |
Analyze Text data to determine type information and other key metrics
associated with a text stream.
|
TopBottomK<T extends Comparable<C>,C> |
Class used to track the top and bottom K values.
|
Trace |
Class used to manage tracing for FTA.
|
TypeFormatter |
|