9 references to ZeroPhaseComponentAnalysis
Microsoft.ML.Mkl.Components (8)
VectorWhitening.cs (8)
446else if (ex.Kind == WhiteningKind.ZeroPhaseComponentAnalysis) 604Host.Assert(ex.Kind == WhiteningKind.PrincipalComponentAnalysis || ex.Kind == WhiteningKind.ZeroPhaseComponentAnalysis); 652Host.Assert(parameters.Kind == WhiteningKind.PrincipalComponentAnalysis || parameters.Kind == WhiteningKind.ZeroPhaseComponentAnalysis); 723public const WhiteningKind Kind = WhiteningKind.ZeroPhaseComponentAnalysis; 779Contracts.CheckUserArg(Kind == WhiteningKind.PrincipalComponentAnalysis || Kind == WhiteningKind.ZeroPhaseComponentAnalysis, nameof(Kind)); 796Contracts.CheckUserArg(Kind == WhiteningKind.PrincipalComponentAnalysis || Kind == WhiteningKind.ZeroPhaseComponentAnalysis, nameof(item.Kind)); 817Contracts.CheckDecode(Kind == WhiteningKind.PrincipalComponentAnalysis || Kind == WhiteningKind.ZeroPhaseComponentAnalysis); 837Contracts.Assert(Kind == WhiteningKind.PrincipalComponentAnalysis || Kind == WhiteningKind.ZeroPhaseComponentAnalysis);
Microsoft.ML.Samples (1)
Dynamic\Transforms\Projection\VectorWhiten.cs (1)
50.WhiteningKind.ZeroPhaseComponentAnalysis);