See: Description
| Class | Description |
|---|---|
| AppendableVec |
A NEW single distributed vector column.
|
| ByteVec |
A vector of plain Bytes.
|
| CategoricalWrappedVec |
A vector transforming values of given vector according to given domain
mapping - currently only used to transform categorical columns but in theory would
work for any dense-packed Int column.
|
| CategoricalWrappedVec.CategoricalWrappedChunk | |
| Chunk |
A compression scheme, over a chunk of data - a single array of bytes.
|
| CreateInteractions |
Helper to create interaction features between categorical columns
|
| FileVec | |
| Frame |
A collection of named
Vecs, essentially an R-like Distributed Data Frame. |
| Frame.VecSpecifier |
Pair of (column name, Frame key).
|
| FrameCreator |
Helper to make up a Frame from scratch, with random content
|
| HDFSFileVec |
Vec representation of file stored on HDFS.
|
| NewChunk | |
| NFSFileVec |
A NFS distributed file-backed Vector
|
| RebalanceDataSet |
Created by tomasnykodym on 3/28/14.
|
| RebalanceDataSet.RebalanceTask | |
| RollupStatsHelpers |
DO NOT CHANGE ANY CODE
|
| SubsetChunk | |
| SubsetVec |
A simple wrapper for looking at only a subset of rows
|
| UploadFileVec |
Build a Vec by reading from an InputStream
|
| UploadFileVec.ReadPutStats | |
| Vec |
A distributed vector/array/column of uniform data.
|
| Vec.ESPC | |
| Vec.VectorGroup |
Class representing the group of vectors.
|