public abstract class Classifier extends Object
Modifier and Type | Field and Description |
---|---|
int |
classesN |
String |
methodName |
Constructor and Description |
---|
Classifier() |
Modifier and Type | Method and Description |
---|---|
abstract int |
classify(Document doc,
double thres) |
abstract String |
getExtendedFeatures(Document d) |
abstract double[] |
getPredictionConfidence(Document doc) |
public String methodName
public int classesN
Copyright © 2017. All rights reserved.