| Constructor and Description |
|---|
ComplementaryCoding() |
ComplementaryCoding(DataFrame batch) |
ComplementaryCoding(List<double[]> batch) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
copy(ComplementaryCoding rhs) |
double[] |
normalize(double[] x) |
protected void |
query(DataFrame batch) |
protected void |
query(List<double[]> batch) |
double[] |
revert(double[] x) |
public ComplementaryCoding()
public ComplementaryCoding(DataFrame batch)
public ComplementaryCoding(List<double[]> batch)
public void copy(ComplementaryCoding rhs)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic double[] revert(double[] x)
public double[] normalize(double[] x)
protected void query(List<double[]> batch)
protected void query(DataFrame batch)
Copyright © 2017. All rights reserved.