C# Class StrategyEditor.ViewModels.MachineLearningViewModel

Inheritance: DependencyObject
显示文件 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_oe static_oe property

public static DependencyProperty CreatingPointProperty
return DependencyProperty

SelectedMLPointProperty public_oe static_oe property

public static DependencyProperty SelectedMLPointProperty
return DependencyProperty

SelectedMLPointsSetProperty public_oe static_oe property

public static DependencyProperty SelectedMLPointsSetProperty
return DependencyProperty