ksb.csle.component.operator.reduction
Object that contains message ksb.csle.common.proto.StreamOperatorProto.PrincipalComponentAnalysisInfo PrincipalComponentAnalysisInfo contains attributes as follows:
message PrincipalComponentAnalysisInfo { required int32 k_value = 3 [default = 2]; }
Operates PrincipalComponentAnalysis.
Operates PrincipalComponentAnalysis.
Input dataframe
DataFrame Output dataframe
validates PrincipalComponentAnalysis info and dataframe schema info using following params.
validates PrincipalComponentAnalysis info and dataframe schema info using following params.
:: ApplicationDeveloperApi ::
Operator that performs Principal Component Analysis. It converts a set of observations of possibly correlated variables into a set of values of linearly uncorrelated variables called principal components.