public final class MeanStdDevTransformation extends Object implements Transformation
Checks to see that the requested standard deviation is positive, throws IllegalArgumentException otherwise.
Modifier and Type | Class and Description |
---|---|
static class |
MeanStdDevTransformation.MeanStdDevTransformationProvenance
Provenance for
MeanStdDevTransformation . |
Constructor and Description |
---|
MeanStdDevTransformation()
Defaults to zero mean, one std dev.
|
MeanStdDevTransformation(double targetMean,
double targetStdDev) |
Modifier and Type | Method and Description |
---|---|
TransformStatistics |
createStats()
Creates the statistics object for this Transformation.
|
TransformationProvenance |
getProvenance() |
void |
postConfig()
Used by the OLCUT configuration system, and should not be called by external code.
|
String |
toString() |
public MeanStdDevTransformation()
public MeanStdDevTransformation(double targetMean, double targetStdDev)
public void postConfig()
postConfig
in interface com.oracle.labs.mlrg.olcut.config.Configurable
public TransformStatistics createStats()
Transformation
createStats
in interface Transformation
public TransformationProvenance getProvenance()
getProvenance
in interface com.oracle.labs.mlrg.olcut.provenance.Provenancable<TransformationProvenance>
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.