▼Nfv | The namespace containing all filval classes and functions |
▼Nroot | |
CCounter | A Counter that keeps a mapping of the number of occurances of each input value |
CCounterMany | Same as Counter but accepts multiple values per fill |
CApply< Ret(ArgTypes...)> | Applies a function to a tuple of values and returns a value |
CBoundValue | A generic value owning only a function object |
CCartProduct | Find and return the minimum value of a vector and its index |
CConstantValue | A Value which always returns the same value, supplied in the constructor |
CContainer | A class that is used to "hold" values |
CContainerMean | Calculate the Mean of a Value over a series of observations |
CCount | Returns the count of elements in the input vector passing a test function |
CDerivedValue | A Value derived from some other Values, not directly from the dataset |
CElementOf | Extract the element at a specific index from a vector |
CFilter | Returns the elements in a vector that pass a test function |
CFunction< R(ArgTypes...)> | In order to enable proper provenance tracking, and at the same time keep the ability to embed functions into values, the Function class should be used |
CGenContainer | Generic, untyped parent class of Container |
CGenFunction | Parent class to all Function classes |
CMap< Ret(ArgTypes...)> | Maps a function over an input vector |
CMax | Find and return the maximum value of a vector |
CMaxIndex | Find and return the maximum value of a vector and its index |
CMean | Calculate the mean value of a vector |
CMin | Find and return the minimum value of a vector |
CMinIndex | Find and return the minimum value of a vector and its index |
CObservedValue | A value supplied by the dataset, not derived |
CPair | Creates a std::pair type from a two other Value objects |
CPointerValue | A Value of a pointer |
CRange | Calculate the range of the values in a vector |
CReduce | Reduce a Value of type vector<T> to just a T |
CReduceIndex | Similar to Reduce, but returns a pair of a T and an int |
CTupFilter | Returns the elements in a vector that pass a test function |
CTuple | Takes a series of Value objects and bundles them together into a std::tuple object |
CValue | A generic value |
CWrapperVector | A std::vector wrapper around a C-style array |
CZip | Zips a series of vectors together |