Package parsimony :: Package datasets :: Module utils :: Class ObjImage
[hide private]
[frames] | no frames]

Class ObjImage

source code

object --+
         |
        ObjImage
Known Subclasses:


Parameters:
-----------
mask: ???

std: Float. Standard deviation of latent variable

beta: Float. The coefficient of information.

Instance Methods [hide private]
 
__init__(self, mask=None, std=0.5, beta=0.5)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
get_beta(self) source code
 
get_std(self) source code
 
get_mask(self) source code

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

Static Methods [hide private]
 
object_model(objects, Xim)
Add object variance: x_ki = coef^1/2 * o_k + (1 - coef)^1/2 * e_i
source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, mask=None, std=0.5, beta=0.5)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)