public abstract static class Layer.Builder<T extends Layer.Builder<T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
dropOut |
protected String |
layerName |
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
abstract <E extends Layer> |
build() |
T |
dropOut(double dropOut)
Dropout.
|
T |
name(String layerName)
Layer name assigns layer string name.
|
protected String layerName
protected double dropOut
public T name(String layerName)
public T dropOut(double dropOut)
public abstract <E extends Layer> E build()
Copyright © 2017. All rights reserved.