protected static class BaseMatrixOutputFormat.OutputConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
com.esotericsoftware.kryo.io.Output[] |
denseOutput |
int |
denseThreshold |
com.esotericsoftware.kryo.io.Output[] |
sparseOutput |
Constructor and Description |
---|
OutputConfig(com.esotericsoftware.kryo.io.Output[] sparseOutput,
com.esotericsoftware.kryo.io.Output[] denseOutput,
int denseThreshold) |