Archived Website: This website is a static snapshot for archival purposes only. It is no longer maintained or updated.

dataanalysis.docvectors
Class Documentvectorelement

java.lang.Object
  |
  +--dataanalysis.docvectors.Documentvectorelement

public class Documentvectorelement
extends java.lang.Object

Da die Vektoren spaerlich besetzt sind, wird ein Vektorelement fuer jede besetzte Stelle benutzt. Abgespeichert werden also die Position und der Wert.


Field Summary
 int position
           
 double value
           
 
Constructor Summary
(package private) Documentvectorelement()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

position

public int position

value

public double value
Constructor Detail

Documentvectorelement

Documentvectorelement()