Package zinnia :: Module comparison :: Class VectorBuilder
[hide private]

Class VectorBuilder

source code


Build a list of vectors based on datasets

Instance Methods [hide private]
 
__init__(self, *models_conf)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
build_dataset(self)
Generate whole dataset
source code
 
generate_key(self)
Generate key for this list of vectors
source code
 
flush(self)
Flush the dataset
source code
 
__call__(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *models_conf)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)