C# Class MCAEmotiv.Classification.Examples

Contains utilities and extensions for the Example class
Afficher le fichier Open project: madelson/Emotiv-Experimenter

Méthodes publiques

Méthode Description
ZScored ( this examples, IArrayView &means, IArrayView &standardDeviations ) : IArrayView

ZScores the examples, returning the calculated means and standard deviations as out parameters

Method Details

ZScored() public static méthode

ZScores the examples, returning the calculated means and standard deviations as out parameters
public static ZScored ( this examples, IArrayView &means, IArrayView &standardDeviations ) : IArrayView
examples this
means IArrayView
standardDeviations IArrayView
Résultat IArrayView