public interface LibSVMUtil
Modifier and Type | Method and Description |
---|---|
SortedMap<Integer,Map<String,Integer>> |
loadClassLabels(String strQuery,
Set<String> labels) |
void |
outputInstanceIds(String outdir,
SortedMap<Integer,Map<String,Integer>> trainInstanceLabelMap,
String string) |
SortedMap<Integer,Map<String,Integer>> loadClassLabels(String strQuery, Set<String> labels)
strQuery
- query to get instance id - class labellabels
- fill with distinct labelsvoid outputInstanceIds(String outdir, SortedMap<Integer,Map<String,Integer>> trainInstanceLabelMap, String string) throws IOException
IOException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.