Class ClassificationResult<T>
The result of a call to AssignClass(String) holding an assigned class of type
Inheritance
System.Object
ClassificationResult<T>
Assembly: Lucene.Net.Classification.dll
Syntax
public class ClassificationResult<T> : object
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
ClassificationResult(T, Double) | Constructor
the class |
Properties
Name | Description |
---|---|
AssignedClass | retrieve the result class
@return a |
Score | Gets a |