public class RGramMatrixExporterImpl extends Object implements RGramMatrixExporter
Constructor and Description |
---|
RGramMatrixExporterImpl() |
Modifier and Type | Method and Description |
---|---|
void |
exportGramMatrix(Properties props) |
InstanceDataExporter |
getInstanceDataExporter() |
KernelEvaluationDao |
getKernelEvaluationDao() |
KernelUtil |
getKernelUtil() |
static void |
main(String[] args) |
void |
setInstanceDataExporter(InstanceDataExporter instanceDataExporter) |
void |
setKernelEvaluationDao(KernelEvaluationDao kernelEvaluationDao) |
void |
setKernelUtil(KernelUtil kernelUtil) |
public static void main(String[] args) throws IOException
IOException
public void exportGramMatrix(Properties props) throws IOException
exportGramMatrix
in interface RGramMatrixExporter
IOException
public InstanceDataExporter getInstanceDataExporter()
public KernelEvaluationDao getKernelEvaluationDao()
public KernelUtil getKernelUtil()
public void setInstanceDataExporter(InstanceDataExporter instanceDataExporter)
public void setKernelEvaluationDao(KernelEvaluationDao kernelEvaluationDao)
public void setKernelUtil(KernelUtil kernelUtil)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.