public interface GraphVectorLookupTable
Modifier and Type | Method and Description |
---|---|
int |
getNumVertices()
Returns the number of vertices in the graph
|
org.nd4j.linalg.api.ndarray.INDArray |
getVector(int idx)
Get the vector for the vertex with index idx
|
void |
iterate(int first,
int second)
Conduct learning given a pair of vertices (in and out)
|
void |
resetWeights()
Reset (randomize) the weights.
|
void |
setLearningRate(double learningRate)
Set the learning rate
|
int |
vectorSize()
The size of the vector representations
|
int vectorSize()
void resetWeights()
void iterate(int first, int second)
org.nd4j.linalg.api.ndarray.INDArray getVector(int idx)
void setLearningRate(double learningRate)
int getNumVertices()