| Class | Description |
|---|---|
| MapperAbs |
Mapper which returns the absolute value of the value passed as parameter
|
| MapperAdd |
Mapper which adds a value to the value passed as parameter
|
| MapperAdd.Builder | |
| MapperbSAX |
Mapper which computes the bSAX symbol given a wordlength and a tick step
|
| MapperbSAX.Builder | |
| MapperCeil |
Mapper which returns the ceiling of the value passed as parameter
|
| MapperCompareTo | |
| MapperDateTime | |
| MapperDayOfMonth |
Mapper which returns the day of the tick for which it
is computed.
|
| MapperDayOfMonth.Builder | |
| MapperDayOfWeek |
Mapper which returns the day of the week of the tick for which it
is computed.
|
| MapperDayOfWeek.Builder | |
| MapperDotProduct |
Mapper which operates a dot product between an input vector and the sliding window
|
| MapperDotProduct.Builder | |
| MapperDotProductPositive |
Mapper which operates a dot product between an input vector and the sliding window and
returns the positive value of the dot product (max(0, dotproduct)).
|
| MapperDotProductPositive.Builder | |
| MapperDotProductSigmoid |
Mapper which operates a dot product between an input vector and the sliding window and
returns the sigmoid of the result
|
| MapperDotProductSigmoid.Builder | |
| MapperDotProductTanh |
Mapper which operates a dot product between an input vector and the sliding window and
returns the tanh of the result
|
| MapperDotProductTanh.Builder | |
| MapperExp |
Raises a constant to the power of the value passed as parameter.
|
| MapperExp.Builder | |
| MapperFinite |
Mapper which returns its input value only if it is finite (i.e a non DOUBLE or a DOUBLE which is neither NaN nor Infinity)
|
| MapperFloor |
Mapper which returns the floor of the value passed as parameter
|
| MapperGeoApproximate |
Mapper which approximates a location at the given resolution (even number from 2 to 32)
|
| MapperGeoApproximate.Builder | |
| MapperGeoClearPosition |
Mapper which clears the position at 'tick'
|
| MapperGeoElevation |
Mapper which returns the longitude of the tick
|
| MapperGeoFence |
Mapper which returns true or false whether a point location falls within or outside a given GeoShape.
|
| MapperGeoFence.Builder | |
| MapperGeoLatitude |
Mapper which returns the latitude of the tick
|
| MapperGeoLongitude |
Mapper which returns the longitude of the tick
|
| MapperGeoOutside |
Mapper which returns a value for a tick if the value has a location
outside the given Geo Shape.
|
| MapperGeoOutside.Builder | |
| MapperGeoWithin |
Mapper which returns a value for a tick if the value has a location
contained in the given Geo Shape.
|
| MapperGeoWithin.Builder | |
| MapperHourOfDay |
Mapper which returns the hour of the tick for which it
is computed.
|
| MapperHourOfDay.Builder | |
| MapperKernel | |
| MapperKernelCosine |
Cosine kernel
|
| MapperKernelEpanechnikov |
Epanechnikov kernel
|
| MapperKernelGaussian |
Gaussian kernel
|
| MapperKernelLogistic |
Logistic kernel
|
| MapperKernelQuartic |
Quartic (biweight) kernel
|
| MapperKernelSilverman |
Silverman kernel
|
| MapperKernelSmoother | |
| MapperKernelTriangular |
Triangular kernel
|
| MapperKernelTricube |
Tricube kernel
|
| MapperKernelTriweight |
Triweight kernel
|
| MapperKernelUniform |
Uniform kernel
|
| MapperLog |
Extract the log of the value passed as parameter in a constant base
|
| MapperLog.Builder | |
| MapperMaxX |
Mapper which determines the max of a constant and the value passed as parameter
|
| MapperMaxX.Builder | |
| MapperMinuteOfHour |
Mapper which returns the minute of the tick for which it
is computed.
|
| MapperMinuteOfHour.Builder | |
| MapperMinX |
Mapper which determines the min of a constant and the value passed as parameter
|
| MapperMinX.Builder | |
| MapperMod |
Mapper which determines the remainder of a value given a modulus
|
| MapperMod.Builder | |
| MapperMonthOfYear |
Mapper which returns the month of the tick for which it
is computed.
|
| MapperMonthOfYear.Builder | |
| MapperMul |
Mapper which multiplies by a value the value passed as parameter
|
| MapperMul.Builder | |
| MapperNPDF |
Mapper which returns the probability of a value within a gaussian distribution with given mu/sigma
|
| MapperNPDF.Builder | |
| MapperParseDouble |
Mapper which returns the absolute value of the value passed as parameter
|
| MapperParseDouble.Builder |
Builder for case user specify a language tag according to an
IETF BCP 47 language tag string of the Locale Java class
|
| MapperPow |
Mapper which raises the value passed as parameter to a certain power.
|
| MapperPow.Builder | |
| MapperProduct |
Mapper which multiplies together all (non null) values of its window
|
| MapperReplace |
Replaces windows with at least one value with a constant.
|
| MapperReplace.Builder | |
| MapperRound |
Mapper which returns the rounding of the value passed as parameter
|
| MapperSAX |
Mapper which computes the SAX symbol of a value given a SAX alphabet size
|
| MapperSAX.Builder | |
| MapperSecondOfMinute |
Mapper which returns the second of the tick for which it
is computed.
|
| MapperSecondOfMinute.Builder | |
| MapperSigmoid |
Mapper which returns the sigmoid of the value passed as parameter
|
| MapperTanh |
Mapper which returns the tanh of the value passed as parameter
|
| MapperTick |
Mapper which returns the tick for which it is computed
|
| MapperTick.Builder | |
| MapperToBoolean |
Mapper which returns the boolean representation of the value passed as parameter
|
| MapperToDouble |
Mapper which returns the absolute value of the value passed as parameter
|
| MapperToLong |
Mapper which returns the absolute value of the value passed as parameter
|
| MapperToString |
Mapper which returns the absolute value of the value passed as parameter
|
| MapperYear |
Mapper which returns the year of the tick for which it
is computed.
|
| MapperYear.Builder | |
| STRICTMAPPER |
Wrap a Mapper so we return no value when the number of values in the
window is outside a given range
|