94 references to Fn
Microsoft.ML.Transforms (94)
Expression\BuiltinFunctions.cs (94)
150FunctionProviderUtils.Fn<R4, R4>(NA), 151FunctionProviderUtils.Fn<R8, R8>(NA)); 154FunctionProviderUtils.Fn<I4, I4>(Default), 155FunctionProviderUtils.Fn<I8, I8>(Default), 156FunctionProviderUtils.Fn<R4, R4>(Default), 157FunctionProviderUtils.Fn<R8, R8>(Default), 158FunctionProviderUtils.Fn<BL, BL>(Default), 159FunctionProviderUtils.Fn<TX, TX>(Default)); 163FunctionProviderUtils.Fn<I4, I4>(Math.Abs), 164FunctionProviderUtils.Fn<I8, I8>(Math.Abs), 165FunctionProviderUtils.Fn<R4, R4>(Math.Abs), 166FunctionProviderUtils.Fn<R8, R8>(Math.Abs)); 169FunctionProviderUtils.Fn<I4, I4>(Sign), 170FunctionProviderUtils.Fn<I8, I8>(Sign), 171FunctionProviderUtils.Fn<R4, R4>(Sign), 172FunctionProviderUtils.Fn<R8, R8>(Sign)); 175FunctionProviderUtils.Fn<R4, R4>(Exp), 176FunctionProviderUtils.Fn<R8, R8>(Math.Exp)); 179FunctionProviderUtils.Fn<R4, R4>(Log), 180FunctionProviderUtils.Fn<R8, R8>(Math.Log)); 183FunctionProviderUtils.Fn<R4, R4>(Log), 184FunctionProviderUtils.Fn<R8, R8>(Math.Log), 191FunctionProviderUtils.Fn<R4, R4>(Deg), 192FunctionProviderUtils.Fn<R8, R8>(Deg)); 196FunctionProviderUtils.Fn<R4, R4>(Rad), 197FunctionProviderUtils.Fn<R8, R8>(Rad)); 201FunctionProviderUtils.Fn<R4, R4>(Sin), 202FunctionProviderUtils.Fn<R8, R8>(Sin)); 205FunctionProviderUtils.Fn<R4, R4>(SinD), 206FunctionProviderUtils.Fn<R8, R8>(SinD)); 209FunctionProviderUtils.Fn<R4, R4>(Cos), 210FunctionProviderUtils.Fn<R8, R8>(Cos)); 213FunctionProviderUtils.Fn<R4, R4>(CosD), 214FunctionProviderUtils.Fn<R8, R8>(CosD)); 217FunctionProviderUtils.Fn<R4, R4>(Tan), 218FunctionProviderUtils.Fn<R8, R8>(Math.Tan)); 221FunctionProviderUtils.Fn<R4, R4>(TanD), 222FunctionProviderUtils.Fn<R8, R8>(TanD)); 226FunctionProviderUtils.Fn<R4, R4>(Asin), 227FunctionProviderUtils.Fn<R8, R8>(Math.Asin)); 230FunctionProviderUtils.Fn<R4, R4>(Acos), 231FunctionProviderUtils.Fn<R8, R8>(Math.Acos)); 234FunctionProviderUtils.Fn<R4, R4>(Atan), 235FunctionProviderUtils.Fn<R8, R8>(Math.Atan)); 244FunctionProviderUtils.Fn<R4, R4>(Sinh), 245FunctionProviderUtils.Fn<R8, R8>(Math.Sinh)); 248FunctionProviderUtils.Fn<R4, R4>(Cosh), 249FunctionProviderUtils.Fn<R8, R8>(Math.Cosh)); 252FunctionProviderUtils.Fn<R4, R4>(Tanh), 253FunctionProviderUtils.Fn<R8, R8>(Math.Tanh)); 257FunctionProviderUtils.Fn<R4, R4>(Sqrt), 258FunctionProviderUtils.Fn<R8, R8>(Math.Sqrt)); 263FunctionProviderUtils.Fn<R4, R4>(Truncate), 264FunctionProviderUtils.Fn<R8, R8>(Math.Truncate)); 267FunctionProviderUtils.Fn<R4, R4>(Floor), 268FunctionProviderUtils.Fn<R8, R8>(Math.Floor)); 272FunctionProviderUtils.Fn<R4, R4>(Ceiling), 273FunctionProviderUtils.Fn<R8, R8>(Math.Ceiling)); 276FunctionProviderUtils.Fn<R4, R4>(Round), 277FunctionProviderUtils.Fn<R8, R8>(Math.Round)); 293return FunctionProviderUtils.Ret(FunctionProviderUtils.Fn<TX, I4>(Len)); 295return FunctionProviderUtils.Ret(FunctionProviderUtils.Fn<TX, TX>(Lower)); 297return FunctionProviderUtils.Ret(FunctionProviderUtils.Fn<TX, TX>(Upper)); 311FunctionProviderUtils.Fn<TX[], TX>(Concat)); 315FunctionProviderUtils.Fn<R4, BL>(IsNA), 316FunctionProviderUtils.Fn<R8, BL>(IsNA)); 320FunctionProviderUtils.Fn<TX, BL>(ToBL), 324FunctionProviderUtils.Fn<I8, I4>(Convert.ToInt32), 325FunctionProviderUtils.Fn<R4, I4>(Convert.ToInt32), 326FunctionProviderUtils.Fn<R8, I4>(Convert.ToInt32), 327FunctionProviderUtils.Fn<BL, I4>(Convert.ToInt32), 328FunctionProviderUtils.Fn<TX, I4>(ToI4), 332FunctionProviderUtils.Fn<I4, I8>(Convert.ToInt64), 333FunctionProviderUtils.Fn<R4, I8>(Convert.ToInt64), 334FunctionProviderUtils.Fn<R8, I8>(Convert.ToInt64), 335FunctionProviderUtils.Fn<BL, I8>(Convert.ToInt64), 336FunctionProviderUtils.Fn<TX, I8>(ToI8), 341FunctionProviderUtils.Fn<I4, R4>(Convert.ToSingle), 342FunctionProviderUtils.Fn<I8, R4>(Convert.ToSingle), 343FunctionProviderUtils.Fn<R4, R4>(ToR4), 344FunctionProviderUtils.Fn<R8, R4>(ToR4), 345FunctionProviderUtils.Fn<BL, R4>(Convert.ToSingle), 346FunctionProviderUtils.Fn<TX, R4>(ToR4)); 349FunctionProviderUtils.Fn<I4, R8>(Convert.ToDouble), 350FunctionProviderUtils.Fn<I8, R8>(Convert.ToDouble), 351FunctionProviderUtils.Fn<R4, R8>(ToR8), 352FunctionProviderUtils.Fn<R8, R8>(ToR8), 353FunctionProviderUtils.Fn<BL, R8>(Convert.ToDouble), 354FunctionProviderUtils.Fn<TX, R8>(ToR8)); 357FunctionProviderUtils.Fn<I4, TX>(ToTX), 358FunctionProviderUtils.Fn<I8, TX>(ToTX), 359FunctionProviderUtils.Fn<R4, TX>(ToTX), 360FunctionProviderUtils.Fn<R8, TX>(ToTX), 361FunctionProviderUtils.Fn<BL, TX>(ToTX),