C# Class MCAEmotiv.Classification.Examples

Contains utilities and extensions for the Example class
Show file Open project: madelson/Emotiv-Experimenter

Public Methods

Method 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 method

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
return IArrayView