Table of Contents

Class TrainingSample

Namespace
Hi.MillingForces.Fittings
Assembly
HiMech.dll

Represents a training sample for milling force prediction models.

public class TrainingSample
Inheritance
TrainingSample
Inherited Members
Extension Methods

Properties

Category

Gets or sets the category information for this sample.

public SampleCategory Category { get; set; }

Property Value

SampleCategory

InputArray

Gets or sets the input feature array for the training sample.

public double[] InputArray { get; set; }

Property Value

double[]

Output

Gets or sets the output value according to the angle offset.

public double Output { get; set; }

Property Value

double

Methods

NormalizeByInput()

public void NormalizeByInput()

Remarks

The input normalization deminish the quantity effect. The R-value decrease from 99% to 70% in moment training case from NKUST\nkust2024-milling-para-training-plan\workingx.hincproj

ToString()

Returns a string representation of the training sample.

public override string ToString()

Returns

string

A string containing the category, output, and input array values.