public class DeepAutoEncoderDataSetReconstructionRender extends Object
Constructor and Description |
---|
DeepAutoEncoderDataSetReconstructionRender(DataSetIterator iter,
SemanticHashing encoder,
int rows,
int columns)
Initialize with the given rows and columns, this will reshape the
matrix in to the specified rows and columns
|
Modifier and Type | Method and Description |
---|---|
void |
draw() |
org.nd4j.linalg.transformation.MatrixTransform |
getPicDraw() |
org.nd4j.linalg.transformation.MatrixTransform |
getReconDraw() |
void |
setPicDraw(org.nd4j.linalg.transformation.MatrixTransform picDraw) |
void |
setReconDraw(org.nd4j.linalg.transformation.MatrixTransform reconDraw) |
public DeepAutoEncoderDataSetReconstructionRender(DataSetIterator iter, SemanticHashing encoder, int rows, int columns)
iter
- encoder
- rows
- rowscolumns
- columnspublic void draw() throws InterruptedException
InterruptedException
public org.nd4j.linalg.transformation.MatrixTransform getPicDraw()
public void setPicDraw(org.nd4j.linalg.transformation.MatrixTransform picDraw)
public org.nd4j.linalg.transformation.MatrixTransform getReconDraw()
public void setReconDraw(org.nd4j.linalg.transformation.MatrixTransform reconDraw)
Copyright © 2014. All rights reserved.