C# Class FaceSpot.FaceTrainer

Datei anzeigen Open project: kanitw/facespot

Public Properties

Property Type Description
bpnet NeuronDotNet.Core.Backpropagation.BackpropagationNetwork

Public Methods

Method Description
Train ( Face faces ) : void

Private Methods

Method Description
TrainNetwork ( EigenValueTags eigen ) : void

train and save as the spcified path

Method Details

Train() public static method

public static Train ( Face faces ) : void
faces FaceSpot.Db.Face
return void

Property Details

bpnet public_oe static_oe property

public static BackpropagationNetwork,NeuronDotNet.Core.Backpropagation bpnet
return NeuronDotNet.Core.Backpropagation.BackpropagationNetwork