Yes, Vector is an interface! You need to instantiate an implementation like DenseVector.
On Fri, Sep 4, 2009 at 5:25 PM, Sven Boekhoff<[email protected]> wrote: > But i cant create an Vector object: > > Vector probabilities = new Vector(); > > gives an error. >
