water.fvec
Class TransfVec

java.lang.Object
  extended by water.Iced
      extended by water.fvec.Vec
          extended by water.fvec.TransfVec
All Implemented Interfaces:
java.lang.Cloneable, Freezable

public class TransfVec
extends Vec

Dummy vector transforming values of given vector according to given domain mapping.


Nested Class Summary
 
Nested classes/interfaces inherited from class water.fvec.Vec
Vec.CollectDomain, Vec.VectorGroup
 
Field Summary
 
Fields inherited from class water.fvec.Vec
_domain, _key, LOG_CHK
 
Constructor Summary
TransfVec(Key masterVecKey, int[] domMap, Key key, long[] espc)
           
TransfVec(Key masterVecKey, int[] domMap, java.lang.String[] domain, Key key, long[] espc)
           
 
Method Summary
 Chunk elem2BV(int cidx)
          The Chunk for a chunk#.
 void remove(Futures fs)
           
 
Methods inherited from class water.fvec.Vec
adaptTo, asEnum, at, at8, byteSize, chunk, chunk2StartElem, chunkIdx, chunkKey, chunkLen, defaultLevels, domain, domain, group, isEnum, isInt, isNA, length, makeCon, makeCon, makeTransf, makeTransf, makeZero, max, mean, min, naCnt, nChunks, postWrite, readable, rollupStats, rollupStats, rollupStats, set, set, set, setNA, sigma, toEnum, toString, writable
 
Methods inherited from class water.Iced
clone, frozenType, init, newInstance, read, toDocField, write, writeJSON, writeJSONFields
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransfVec

public TransfVec(Key masterVecKey,
                 int[] domMap,
                 Key key,
                 long[] espc)

TransfVec

public TransfVec(Key masterVecKey,
                 int[] domMap,
                 java.lang.String[] domain,
                 Key key,
                 long[] espc)
Method Detail

elem2BV

public Chunk elem2BV(int cidx)
Description copied from class: Vec
The Chunk for a chunk#. Warning: this loads the data locally!

Overrides:
elem2BV in class Vec

remove

public void remove(Futures fs)
Overrides:
remove in class Vec