public class SparseMatrixFormatterFactory extends Object implements SparseDataFormatterFactory
Modifier and Type | Class and Description |
---|---|
static class |
SparseMatrixFormatterFactory.SparseMatrixDataFormatter |
Constructor and Description |
---|
SparseMatrixFormatterFactory() |
Modifier and Type | Method and Description |
---|---|
SparseDataFormatter |
getFormatter() |
InstanceDataExporter |
getInstanceDataExporter() |
KernelUtil |
getKernelUtil() |
void |
setInstanceDataExporter(InstanceDataExporter instanceDataExporter) |
void |
setKernelUtil(KernelUtil kernelUtil) |
public KernelUtil getKernelUtil()
public void setKernelUtil(KernelUtil kernelUtil)
public InstanceDataExporter getInstanceDataExporter()
public void setInstanceDataExporter(InstanceDataExporter instanceDataExporter)
public SparseDataFormatter getFormatter()
getFormatter
in interface SparseDataFormatterFactory
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.