public class AutoEncoderModelPrediction extends AbstractPrediction
Modifier and Type | Field and Description |
---|---|
double |
mse
Reconstruction mean squared error calculated from original and reconstructed data.
|
double[] |
original
Representation of the original input the way AutoEncoder model sees it (1-hot encoded categorical values)
|
double[] |
reconstructed
Reconstructed data, the array has same length as the original input.
|
RowData |
reconstructedRowData
Reconstructed data represented in RowData structure.
|
Constructor and Description |
---|
AutoEncoderModelPrediction() |
public double[] original
public double[] reconstructed
public RowData reconstructedRowData
public double mse