You are here: Start » AVL.NET » KNNModel.Reset Method

KNNModel.Reset Method

Resets this instance with data of the other KNNModel object.

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public void Reset
(
	AvlNet.KNNModel other
)

Parameters

Name Type Range Default Description
otherAvlNet.KNNModel

See also