public class ConverterUtils extends Object
Constructor and Description |
---|
ConverterUtils() |
Modifier and Type | Method and Description |
---|---|
static ColGroup |
copyColGroup(ColGroup group)
Copy col group instance with deep copy of column indices but
shallow copy of actual contents;
|
static double[] |
getDenseVector(MatrixBlock vector) |
static MatrixBlock |
getUncompressedColBlock(ColGroup group) |
public static ColGroup copyColGroup(ColGroup group)
group
- column grouppublic static double[] getDenseVector(MatrixBlock vector)
public static MatrixBlock getUncompressedColBlock(ColGroup group)
Copyright © 2018 The Apache Software Foundation. All rights reserved.