public class MatrixUtil extends Object
| Constructor and Description |
|---|
MatrixUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
dot(double[] feature,
double[] feature1) |
static void |
dot(float[] feature,
float[] feature1) |
static double |
sum(double[] dbs)
向量求和
|
static double |
sum(double[][] w) |
static int |
sum(int[] dbs) |
Copyright © 2017. All rights reserved.