public class SGDLearner extends Object
| Constructor and Description |
|---|
SGDLearner(double decayRate,
int numEpochs,
Pipe p,
Collection keyPart) |
| Modifier and Type | Method and Description |
|---|---|
protected DenseVector |
getDenseVectorOf(int ri,
Matrix2 matrix) |
Collection |
test(InstanceList testPairs,
List tMentions) |
void |
train(InstanceList instPairs,
List mentions) |
public SGDLearner(double decayRate,
int numEpochs,
Pipe p,
Collection keyPart)
public Collection test(InstanceList testPairs, List tMentions)
public void train(InstanceList instPairs, List mentions)
protected DenseVector getDenseVectorOf(int ri, Matrix2 matrix)
Copyright © 2019 JULIE Lab, Germany. All rights reserved.