|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.mllib.feature.VocabWord
public class VocabWord
Entry in vocabulary
| Constructor Summary | |
|---|---|
VocabWord(String word,
int cn,
int[] point,
int[] code,
int codeLen)
|
|
| Method Summary | |
|---|---|
int |
cn()
|
int[] |
code()
|
int |
codeLen()
|
int[] |
point()
|
String |
word()
|
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface scala.Product |
|---|
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
|---|
canEqual, equals |
| Constructor Detail |
|---|
public VocabWord(String word,
int cn,
int[] point,
int[] code,
int codeLen)
| Method Detail |
|---|
public String word()
public int cn()
public int[] point()
public int[] code()
public int codeLen()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||