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

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.