Class ScenePrediction<T>
- Namespace
- AiDotNet.Interfaces
- Assembly
- AiDotNet.dll
A single scene prediction with confidence.
public class ScenePrediction<T>
Type Parameters
TThe numeric type used for calculations.
- Inheritance
-
ScenePrediction<T>
- Inherited Members
Properties
Category
Gets or sets the scene category.
public string Category { get; set; }
Property Value
Probability
Gets or sets the probability/confidence score.
public T Probability { get; set; }
Property Value
- T
Rank
Gets or sets the rank (1 = most likely).
public int Rank { get; set; }
Property Value
Scene
Gets or sets the scene name.
public string Scene { get; set; }