NormalizeMatrix {Microsoft.VisualBasic.MachineLearning.ComponentModel.StoreProcedure} | .NET clr documentation |
A matrix for make the sample input normalized.(进行所输入的样本数据的归一化的矩阵)
# namespace Microsoft.VisualBasic.MachineLearning.ComponentModel.StoreProcedure
export class NormalizeMatrix extends XmlDataModel {
# 每一个属性都具有一个归一化区间
matrix: XmlList`1;
# 属性名称列表,这个序列的长度是和NormalizeMatrix.matrix的长度一致的,并且元素的顺序一一对应的
names: string;
Stylesheet: XmlStyleProcessor;
TypeComment: XmlComment;
}
matrix
: XmlList`1Stylesheet
: XmlStyleProcessorTypeComment
: XmlComment