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

    data

    Fields inherited from class tech.tablesaw.api.NumberColumn

    comparator, locale

    Fields inherited from class tech.tablesaw.columns.AbstractColumn

    DEFAULT_ARRAY_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    getDouble(int row)
     

    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, where

    Methods inherited from class tech.tablesaw.api.NumberColumn

    byteSize, countMissing, emptyCopy, emptyCopy, getPrintFormatter, rowComparator, set, set, setPrintFormatter, setPrintFormatter

    Methods 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, type

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods 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, type

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods 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, isZero

    Methods 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, subtract

    Methods 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:
      getDouble in interface tech.tablesaw.columns.numbers.NumberFilters
      Specified by:
      getDouble in interface tech.tablesaw.columns.numbers.NumberMapFunctions
      Specified by:
      getDouble in interface tech.tablesaw.api.NumericColumn<Double>
      Overrides:
      getDouble in class tech.tablesaw.api.DoubleColumn