|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.wvtool.main.WVTWordVector
public class WVTWordVector
Represents an individual word vector in non-sparse form. Along with the vector intself, the corresponding document information is referenced.
Field Summary | |
---|---|
private WVTDocumentInfo |
documentInfo
reference to the document information |
private double[] |
values
the values |
Constructor Summary | |
---|---|
WVTWordVector()
Creates a new instance of WVTWordVector |
Method Summary | |
---|---|
WVTDocumentInfo |
getDocumentInfo()
Returns the documentInfo. |
double[] |
getValues()
Returns the values. |
void |
setDocumentInfo(WVTDocumentInfo documentInfo)
Sets the documentInfo. |
void |
setValues(double[] values)
Sets the values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private double[] values
private WVTDocumentInfo documentInfo
Constructor Detail |
---|
public WVTWordVector()
Method Detail |
---|
public WVTDocumentInfo getDocumentInfo()
public double[] getValues()
public void setDocumentInfo(WVTDocumentInfo documentInfo)
documentInfo
- The documentInfo to setpublic void setValues(double[] values)
values
- The values to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |