public class Word2VecParametersV3 extends ModelParametersSchema
| Modifier and Type | Field and Description |
|---|---|
int |
epochs
Number of training iterations to run
|
float |
initLearningRate
Set the starting learning rate
|
int |
minWordFreq
This will discard words that appear less than
|
int |
negSampleCnt
Number of negative examples, common values are 3 - 10 (0 = not used)
|
Word2vecWord2VecNormModel |
normModel
Use Hierarchical Softmax or Negative Sampling
|
float |
sentSampleRate
Set threshold for occurrence of words.
|
int |
vecSize
Set size of word vectors
|
int |
windowSize
Set max skip length between words
|
Word2vecWord2VecWordModel |
wordModel
Use the continuous bag of words model or the Skip-Gram model
|
checkpoint, fold_assignment, fold_column, ignore_const_cols, ignored_columns, keep_cross_validation_fold_assignment, keep_cross_validation_predictions, max_runtime_secs, model_id, nfolds, offset_column, parallelize_cross_validation, response_column, score_each_iteration, stopping_metric, stopping_rounds, stopping_tolerance, training_frame, validation_frame, weights_column| Constructor and Description |
|---|
Word2VecParametersV3() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public int vecSize
public int windowSize
public float sentSampleRate
public Word2vecWord2VecNormModel normModel
public int negSampleCnt
public int epochs
public int minWordFreq
public float initLearningRate
public Word2vecWord2VecWordModel wordModel
public java.lang.String toString()
toString in class ModelParametersSchema