C# Class Bevisuali.Model.LearningTask

Inheritance: ILearningTask
Datei anzeigen Open project: duckmaestro/F-AI Class Usage Examples

Protected Properties

Property Type Description
_bayesianNetwork BayesianNetwork
_learningState ComputationState

Public Methods

Method Description
LearningTask ( string id, IObservationSet trainingSet, LearningOptions options ) : System

Method Details

LearningTask() public method

public LearningTask ( string id, IObservationSet trainingSet, LearningOptions options ) : System
id string
trainingSet IObservationSet
options LearningOptions
return System

Property Details

_bayesianNetwork protected_oe property

protected BayesianNetwork _bayesianNetwork
return BayesianNetwork

_learningState protected_oe property

protected ComputationState _learningState
return ComputationState