C# Class StrategyEditor.ViewModels.MachineLearningViewModel

Inheritance: DependencyObject
Show file Open project: Hallupa/AutomatedTrading

Public Properties

Property Type Description
CreatingPointProperty DependencyProperty
SelectedMLPointProperty DependencyProperty
SelectedMLPointsSetProperty DependencyProperty

Private Properties

Property Type Description
ChartClicked void
MLPointDoubleClicked void
Save System
SelectedMLPointsSet Chart.SelectedTimeframe;
Train void

Public Methods

Method Description
MachineLearningViewModel ( ) : System

Private Methods

Method Description
ChartClicked ( ) : void
MLPointDoubleClicked ( ) : void
Save ( ) : System
SelectedMLPointsSet ( ) : Chart.SelectedTimeframe;
Train ( ) : void

Method Details

MachineLearningViewModel() public method

public MachineLearningViewModel ( ) : System
return System

Property Details

CreatingPointProperty public static property

public static DependencyProperty CreatingPointProperty
return DependencyProperty

SelectedMLPointProperty public static property

public static DependencyProperty SelectedMLPointProperty
return DependencyProperty

SelectedMLPointsSetProperty public static property

public static DependencyProperty SelectedMLPointsSetProperty
return DependencyProperty