Package moa.recommender.rc.utils
Class DenseVector
- java.lang.Object
-
- moa.recommender.rc.utils.Vector
-
- moa.recommender.rc.utils.DenseVector
-
- All Implemented Interfaces:
Serializable
public class DenseVector extends Vector
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
DenseVector.DenseVectorIterator
-
Constructor Summary
Constructors Constructor Description DenseVector()
DenseVector(ArrayList<Double> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vector
copy()
Double
get(int index)
Set<Integer>
getIdxs()
Iterator<Pair<Integer,Double>>
iterator()
void
remove(int index)
void
set(int index, double val)
int
size()
-
Methods inherited from class moa.recommender.rc.utils.Vector
dotProduct, norm
-
-