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
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
Methods
NormalizeByInput()
public void NormalizeByInput()
Remarks
The input normalization deminish the quantity effect. The R-value decreases from 99% to 70% in an observed moment-training case.
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.