public class GlovePerformer extends Object implements org.apache.spark.api.java.function.Function<Triple<VocabWord,VocabWord,Double>,GloveChange>
| Modifier and Type | Field and Description |
|---|---|
static String |
ALPHA |
static String |
MAX_COUNT |
static String |
NAME_SPACE |
static String |
VECTOR_LENGTH |
static String |
X_MAX |
| Constructor and Description |
|---|
GlovePerformer(GloveWeightLookupTable table) |
public static final String NAME_SPACE
public static final String VECTOR_LENGTH
public static final String ALPHA
public static final String X_MAX
public static final String MAX_COUNT
public GlovePerformer(GloveWeightLookupTable table)
Copyright © 2016. All Rights Reserved.