Click or drag to resize

RecipeChannel Constructor (rcpCh, Double, Double)

Create new recipe channel

Namespace:  MediaCy.Addins.LearningSegmentation
Assembly:  MediaCy.Addins.LearningSegmentation (in MediaCy.Addins.LearningSegmentation.dll) Version: 3.1.0.0
Syntax
VB
Public Sub New ( 
	chType As rcpCh,
	w As Double,
	vals As Double()
)

Parameters

chType
Type: MediaCy.Addins.LearningSegmentationrcpCh
channel type
w
Type: SystemDouble
vals
Type: SystemDouble
list of values per reference object in the following order count1,mean1,stddev1,count2,mean2,stddev2,... '''
Remarks