7:30 – 3:00 SR
- Good tutorial on how to make predictions with simple linear regression, plus the video referenced in the slides.
- Burned a disc for libs and WglCharts2 – deployed to the test server with everything working!
- FR deploy
- Timesheets!
7:30 – 3:00 SR
8:00 – 3:30 SR
8:00 – 5:30 SR
Out today – parent duties.
8:00 – 5:00 SR
8:00 – 3:00 SR
8:00 – 5:30 SR
8:00 – 5:00 SR
8:00 – 3:30 SR

8:00 – 4:30 SR
8:00 – 3:00 SR
8:00 – 4:30 SR
8:00 – 4:00 SR
8:00 – 4:30 SR
8:00 – 4:30 SR
export interface I3DChartDataElement{
[label:string]:IMinMax;
}
export interface I3DChartDataCollection{
[objectName:string]:IChartDataElement;
}
export interface IChartData{
type:string;
minMax:IChartBoundries;
mappings:IChartDataMapping[];
data?:IChartDataCollection;
data3D?:I3DChartDataCollection;
}
export interface IChartMessage{
type:string;
name:string;
data?:IChartDataElement;
data3D?:I3DChartDataElement;
}
You must be logged in to post a comment.