public class R_D.M.Transform extends R_D
R_D.M.Transform.MM
.R_D.M.transform(f)
.R_D.Transform
.Modifier and Type | Class and Description |
---|---|
class |
R_D.M.Transform.MM
(Wanted to call this class M, as in R_D.M.Transform.M,
but the compiler (1.8.0_101) objects.)
The fully, trivially parameterised...M.
|
R_D.Forest, R_D.ForestSearch, R_D.Independent, R_D.M, R_D.NrmDir, R_D.Transform
UPModel.Est
Function.Native.WithInverse
Function.Cts2Cts, Function.Cts2Cts2Cts, Function.CtsD2CtsD, Function.HasInverse, Function.Native, Function.Native2, Function.Native3
Value.Atomic, Value.Bool, Value.Char, Value.Chars, Value.Cts, Value.Defer, Value.Discrete, Value.Enum, Value.Inc_Or, Value.Int, Value.Lambda, Value.List, Value.Maybe, Value.Option, Value.Real, Value.Scannable, Value.Structured, Value.Triv, Value.Tuple
Modifier and Type | Field and Description |
---|---|
Function.CtsD2CtsD |
f
The Function, f:CtsD→CtsD,
doing the transforming (of data).
|
R_D.M.Transform.MM |
Mdl
The fully (trivially) parameterised
R_D.M.Transform.MM Model. |
Constructor and Description |
---|
Transform(Value f)
The "problem defining" parameter 'f' is a CtsD2CtsD,
a RD→RD,
and is saved in '
f '. |
Modifier and Type | Method and Description |
---|---|
int |
D()
The dimension, D(), of RD is as per
the enclosing R_D.M.
|
Estimator |
estimator(Value t)
Trival estimator, always "estimates"
Mdl . |
R_D.M.Transform.MM |
sp2Model(double msg1,
double msg2,
Value sp)
Given two-part message lengths msg1 & msg2, and statistical
parameter sp, return a fully parameterised
M-Model . |
Value |
stats(boolean add,
Value ss0,
Value ss1)
Combine
statistics ss0 and ss1 as
as per the enclosing R_D.M.this does. |
Value |
stats(Vector ds,
int lo,
int hi)
As per the enclosing R_D.M.this's stats(...) but on the
transformed data-set, ds.map(
f ). |
ds2L1stats, ds2NorL1stats, ds2Nstats, transform
public final Function.CtsD2CtsD f
public final R_D.M.Transform.MM Mdl
R_D.M.Transform.MM
Model.public int D()
public Value stats(Vector ds, int lo, int hi)
f
).public Value stats(boolean add, Value ss0, Value ss1)
statistics
ss0 and ss1 as
as per the enclosing R_D.M.this does.public R_D.M.Transform.MM sp2Model(double msg1, double msg2, Value sp)
UPModel