public class LibLinearModel extends Object implements Model
| Modifier and Type | Method and Description |
|---|---|
Integer |
classify(Collection<Integer> indices) |
List<Label> |
classifyProb(Collection<Integer> indices) |
protected void |
parseHeader(BufferedReader in) |
void |
sparsify() |
public Integer classify(Collection<Integer> indices)
public List<Label> classifyProb(Collection<Integer> indices)
classifyProb in interface Modelpublic void sparsify()
protected void parseHeader(BufferedReader in) throws IOException
IOExceptionCopyright © 2016. All rights reserved.