public abstract class LayerSpace<L extends org.deeplearning4j.nn.conf.layers.Layer> extends AbstractParameterSpace<L>
Layer in terms of features| Modifier and Type | Class and Description |
|---|---|
static class |
LayerSpace.Builder<T> |
| Modifier and Type | Field and Description |
|---|---|
protected ParameterSpace<org.deeplearning4j.nn.conf.dropout.IDropout> |
dropOut |
protected int |
numParameters |
| Modifier | Constructor and Description |
|---|---|
protected |
LayerSpace(LayerSpace.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
List<ParameterSpace> |
collectLeaves() |
boolean |
isLeaf() |
int |
numParameters() |
void |
setIndices(int... indices) |
protected void |
setLayerOptionsBuilder(org.deeplearning4j.nn.conf.layers.Layer.Builder builder,
double[] values) |
String |
toString() |
protected String |
toString(String delim) |
getNestedSpacesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetValueprotected ParameterSpace<org.deeplearning4j.nn.conf.dropout.IDropout> dropOut
protected int numParameters
protected LayerSpace(LayerSpace.Builder builder)
public List<ParameterSpace> collectLeaves()
public int numParameters()
public boolean isLeaf()
public void setIndices(int... indices)
protected void setLayerOptionsBuilder(org.deeplearning4j.nn.conf.layers.Layer.Builder builder, double[] values)
Copyright © 2020. All rights reserved.