C# Class StrategyEditor.ViewModels.MachineLearningViewModel

Inheritance: DependencyObject
Afficher le fichier Open project: Hallupa/AutomatedTrading

Méthodes publiques

Свойство Type Description
CreatingPointProperty DependencyProperty
SelectedMLPointProperty DependencyProperty
SelectedMLPointsSetProperty DependencyProperty

Private Properties

Свойство Type Description
ChartClicked void
MLPointDoubleClicked void
Save System
SelectedMLPointsSet Chart.SelectedTimeframe;
Train void

Méthodes publiques

Méthode Description
MachineLearningViewModel ( ) : System

Private Methods

Méthode Description
ChartClicked ( ) : void
MLPointDoubleClicked ( ) : void
Save ( ) : System
SelectedMLPointsSet ( ) : Chart.SelectedTimeframe;
Train ( ) : void

Method Details

MachineLearningViewModel() public méthode

public MachineLearningViewModel ( ) : System
Résultat System

Property Details

CreatingPointProperty public_oe static_oe property

public static DependencyProperty CreatingPointProperty
Résultat DependencyProperty

SelectedMLPointProperty public_oe static_oe property

public static DependencyProperty SelectedMLPointProperty
Résultat DependencyProperty

SelectedMLPointsSetProperty public_oe static_oe property

public static DependencyProperty SelectedMLPointsSetProperty
Résultat DependencyProperty