ColorClass {Microsoft.VisualBasic.DataMining.ComponentModel.Encoder} .NET clr documentation

ColorClass

Description

Object entity classification class

Declare

            
# namespace Microsoft.VisualBasic.DataMining.ComponentModel.Encoder
export class ColorClass {
   # Using for the data visualization.(RGB表达式, html颜色值或者名称)
   color: string;
   # the factor value, or label data, usually the integer 
   #  encoding for this class.
   #  (即枚举类型)
   factor: double;
   # Class Name
   name: string;
}

        

.NET clr type reference tree

this clr type has no other .net clr type reference.
[Package {$package} version {$version} Index]