Package adaa.analytics.rules.data.row
Class EmptyDoubleColumn
java.lang.Object
tech.tablesaw.columns.AbstractColumn<C,T>
tech.tablesaw.api.NumberColumn<tech.tablesaw.api.DoubleColumn,Double>
tech.tablesaw.api.DoubleColumn
adaa.analytics.rules.data.row.EmptyDoubleColumn
- All Implemented Interfaces:
Iterable<Double>,Comparator<Double>,tech.tablesaw.api.NumericColumn<Double>,tech.tablesaw.columns.Column<Double>,tech.tablesaw.columns.numbers.NumberFillers<tech.tablesaw.api.DoubleColumn>,tech.tablesaw.columns.numbers.NumberFilters,tech.tablesaw.columns.numbers.NumberMapFunctions,tech.tablesaw.filtering.FilterSpec<tech.tablesaw.selection.Selection>,tech.tablesaw.filtering.NumberFilterSpec<tech.tablesaw.selection.Selection>
public class EmptyDoubleColumn
extends tech.tablesaw.api.DoubleColumn
-
Field Summary
Fields inherited from class tech.tablesaw.api.DoubleColumn
dataFields inherited from class tech.tablesaw.api.NumberColumn
comparator, localeFields inherited from class tech.tablesaw.columns.AbstractColumn
DEFAULT_ARRAY_SIZE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class tech.tablesaw.api.DoubleColumn
append, append, append, append, append, append, append, appendCell, appendCell, appendMissing, appendObj, asBytes, asDoubleArray, asFloatColumn, asIntColumn, asLongColumn, asObjectArray, asSet, asShortColumn, bottom, clear, compare, copy, countUnique, create, create, create, create, create, create, create, create, create, createCol, createCol, equals, fillWith, fillWith, fillWith, fillWith, filter, get, getString, getUnformattedString, isIn, isMissing, isMissingValue, isNotIn, iterator, lag, removeMissing, set, set, set, set, set, setMissing, size, sortAscending, sortDescending, subset, top, unique, valueHash, valueIsMissing, whereMethods inherited from class tech.tablesaw.api.NumberColumn
byteSize, countMissing, emptyCopy, emptyCopy, getPrintFormatter, rowComparator, set, set, setPrintFormatter, setPrintFormatterMethods inherited from class tech.tablesaw.columns.AbstractColumn
asStringColumn, filter, first, indexOf, inRange, last, map, max, min, name, parser, sampleN, sampleX, set, set, setName, setParser, sorted, toString, typeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface tech.tablesaw.columns.Column
allMatch, anyMatch, asList, columnWidth, contains, count, count, filter, first, indexOf, inRange, last, map, map, mapInto, max, max, min, min, name, noneMatch, parser, print, reduce, reduce, sampleN, sampleX, set, set, set, setMissingTo, setName, setParser, sorted, title, typeMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface tech.tablesaw.columns.numbers.NumberFilters
isBetweenExclusive, isBetweenInclusive, isCloseTo, isEqualTo, isEqualTo, isGreaterThan, isGreaterThan, isGreaterThanOrEqualTo, isGreaterThanOrEqualTo, isLessThan, isLessThan, isLessThanOrEqualTo, isLessThanOrEqualTo, isNegative, isNonNegative, isNotEqualTo, isNotEqualTo, isPositive, isZeroMethods inherited from interface tech.tablesaw.columns.numbers.NumberMapFunctions
abs, add, add, add, asPercent, asRatio, bin, cube, cubeRoot, cumMax, cumMin, cumProd, cumSum, difference, divide, divide, divide, log10, log1p, logN, multiply, multiply, multiply, name, neg, normalize, pctChange, power, power, reciprocal, remainder, remainder, round, roundInt, sqrt, square, subtract, subtract, subtractMethods inherited from interface tech.tablesaw.api.NumericColumn
allMatch, anyMatch, asDoubleColumn, asStringColumn, autoCorrelation, autoCorrelation, count, count, eval, eval, geometricMean, interpolate, isEmpty, isIn, isMissing, isNotIn, isNotMissing, kendalls, kurtosis, lead, mapInto, max, max, mean, median, min, min, noneMatch, pctChange, pearsons, percentile, populationVariance, product, quadraticMean, quartile1, quartile3, range, reduce, reduce, rolling, skewness, spearmans, standardDeviation, stats, sum, summarize, summary, sumOfLogs, sumOfSquares, variance
-
Constructor Details
-
EmptyDoubleColumn
public EmptyDoubleColumn()
-
-
Method Details
-
getDouble
public double getDouble(int row) - Specified by:
getDoublein interfacetech.tablesaw.columns.numbers.NumberFilters- Specified by:
getDoublein interfacetech.tablesaw.columns.numbers.NumberMapFunctions- Specified by:
getDoublein interfacetech.tablesaw.api.NumericColumn<Double>- Overrides:
getDoublein classtech.tablesaw.api.DoubleColumn
-