一、构造器
Vectors()
二、 方法
修饰符和类型 | 方法 | 说明 |
---|---|---|
static Vector |
dense(double[] values) |
从双精度数组创建密集向量 |
static Vector |
dense(double firstValue, double... otherValues) |
根据参数值创建密集向量 |
static Vector |
dense(double firstValue, scala.collection.Seq<Object> otherValues) |
根据参数值创建密集向量 |
static Vector |
fromJson(String json) |
将向量的JSON表示形式解析为Vector 类型变量 |
static Vector |