|
KernelPrincipalComponentAnalysisAllowReversion Property
|
Gets or sets a boolean value indicating whether this analysis
should store enough information to allow the reversion of the
transformation to be computed. Set this to no in case you would
like to store the analysis object to disk and you do not need to
reverse a transformation after it has been computed.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public bool AllowReversion { get; set; }
Public Property AllowReversion As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanSee Also