Skip to main content

Class CategorizationModelDetails

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CategorizationModelDetails. Details about a categorization model in HugoAI

Inheritance

objectCarrierCategorizationModelDetails

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

CategorizationModelDetails()

Default constructor - defaults any enum props to 0.

Properties

Accuracy

Accuracy of the trained model

Property Value

double

ModelBuiltDateTime

Time the training finished

Property Value

DateTime

TicketCountForTraining

Number of tickets used to train the model

Property Value

int

See Also

AIAgent