Class VoidVertexFactory
- java.lang.Object
-
- org.deeplearning4j.graph.vertexfactory.VoidVertexFactory
-
- All Implemented Interfaces:
VertexFactory<Void>
public class VoidVertexFactory extends Object implements VertexFactory<Void>
-
-
Constructor Summary
Constructors Constructor Description VoidVertexFactory()
-
-
-
Method Detail
-
create
public Vertex<Void> create(int vertexIdx)
- Specified by:
create
in interfaceVertexFactory<Void>
-
-