JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.deeplearning4j.graph.vertexfactory
Interface VertexFactory<T>
All Known Implementing Classes:
IntegerVertexFactory
,
StringVertexFactory
,
VoidVertexFactory
public interface
VertexFactory<T>
Vertex factory, used to create nodes from an integer index (0 to nVertices-1 inclusive)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Vertex
<
T
>
create
(int vertexIdx)
Method Detail
create
Vertex
<
T
> create(int vertexIdx)
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method