- getBlankCount() - Method in class com.cobber.fta.TextAnalysisResult
-
Get the count of all blank samples.
- getCardinality() - Method in class com.cobber.fta.TextAnalysisResult
-
Get the cardinality for the current data stream.
- getCardinalityDetails() - Method in class com.cobber.fta.TextAnalysisResult
-
Get the cardinality details for the current data stream.
- getConfidence() - Method in class com.cobber.fta.TextAnalysisResult
-
Confidence in the type classification.
- getFormatString() - Method in class com.cobber.fta.DateTimeParserResult
-
Return a DateTimeFormatter representation of the DateTimeParserResult.
- getLeadingZeroCount() - Method in class com.cobber.fta.TextAnalysisResult
-
Get the count of all samples with leading zeros (Type long only)
- getMatchCount() - Method in class com.cobber.fta.TextAnalysisResult
-
Get the count of all samples that matched the determined type.
- getMaxCardinality() - Method in class com.cobber.fta.TextAnalyzer
-
Get the maximum cardinality that will be tracked.
- getMaxLength() - Method in class com.cobber.fta.TextAnalysisResult
-
Get the maximum length for Numeric, Boolean and String
Note: For String and Boolean types this length includes any whitespace.
- getMaxOutliers() - Method in class com.cobber.fta.TextAnalyzer
-
Get the maximum number of outliers that will be tracked.
- getMaxValue() - Method in class com.cobber.fta.TextAnalysisResult
-
Get the maximum value for Numeric, Boolean and String
- getMinLength() - Method in class com.cobber.fta.TextAnalysisResult
-
Get the minimum length for Numeric, Boolean and String.
- getMinValue() - Method in class com.cobber.fta.TextAnalysisResult
-
Get the minimum value for Numeric, Boolean and String types
- getNullCount() - Method in class com.cobber.fta.TextAnalysisResult
-
Get the count of all null samples.
- getOutlierCount() - Method in class com.cobber.fta.TextAnalysisResult
-
Get the number of distinct outliers for the current data stream.
- getOutlierDetails() - Method in class com.cobber.fta.TextAnalysisResult
-
Get the outlier details for the current data stream.
- getPattern() - Method in class com.cobber.fta.TextAnalysisResult
-
Get Regular Expression that reflects the data stream.
- getRegExp() - Method in class com.cobber.fta.DateTimeParserResult
-
Return the Regular Expression that matches this Date/Time object.
- getResult() - Method in class com.cobber.fta.DateTimeParser
-
Determine the result of the training complete to date.
- getResult() - Method in class com.cobber.fta.TextAnalyzer
-
Determine the result of the training complete to date.
- getSampleCount() - Method in class com.cobber.fta.TextAnalysisResult
-
Get the count of all samples seen.
- getSampleSize() - Method in class com.cobber.fta.TextAnalyzer
-
Get the number of Samples used to collect before attempting to determine
the type.
- getType() - Method in class com.cobber.fta.DateTimeParserResult
-
Return the detected type of this input.
- getType() - Method in class com.cobber.fta.TextAnalysisResult
-
Type (as determined by training to date) as a String.
- getTypeQualifier() - Method in class com.cobber.fta.TextAnalysisResult
-
Get the optional Type Qualifier.