public class QuestionClassification extends Object
Constructor and Description |
---|
QuestionClassification() |
Modifier and Type | Method and Description |
---|---|
static Kernel |
getQCKernelFunction(SimpleDataset trainingSet,
SimpleDataset testSet,
String kernelId)
Get one of the kernel functions used in the Question Classification
examples.
|
static void |
main(String[] args) |
public static void main(String[] args)
public static Kernel getQCKernelFunction(SimpleDataset trainingSet, SimpleDataset testSet, String kernelId) throws IOException
trainingSet
- The training dataset (needed in some optimizations)testSet
- The test dataset (needed in some optimizations)kernelId
- Specifies the desired kernel. One of the following parameters
should be set:IOException
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.