The logistic regression fitting model defines a logistic regression curve that minimizes the sum-of-squares of the
y-distances between the data and the curve.
Inheritance Hierarchy
Spotfire.Dxp.Framework.DocumentModelNode
Spotfire.Dxp.Framework.DocumentModelDocumentNode
Spotfire.Dxp.Application.Visuals.FittingModelsFittingModel
Spotfire.Dxp.Application.Visuals.FittingModelsLogisticRegressionFittingModel
Namespace: Spotfire.Dxp.Application.Visuals.FittingModels
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.11525.4184 (30.0.11525.4184)
Syntax
C#
[SerializableAttribute] [PersistenceVersionAttribute(3, 0)] public sealed class LogisticRegressionFittingModel : FittingModel
The LogisticRegressionFittingModel type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetResultsDataSource | Gets the current results as a data source.
(Inherited from FittingModel.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Update |
Forces an update of this fitting model. Only allowed if ManualUpdate is set to true.
(Inherited from FittingModel.) |
Properties
Name | Description | |
---|---|---|
![]() | AssumedXTransformType |
Gets or sets the assumed transformation on the x-axis. This will affect the
expression on the reference curve.
|
![]() | Context |
Gets the context of this node.
(Inherited from DocumentNode.) |
![]() | Curve |
Gets the logistic regression curve.
|
![]() | Enabled |
Gets or sets a value indicating whether this FittingModel is enabled.
(Inherited from FittingModel.) |
![]() | FixedMax |
Gets or sets the fixed max.
|
![]() | FixedMin |
Gets or sets the fixed min.
|
![]() | HasFixedMax |
Gets or sets whether fixed max should be used.
|
![]() | HasFixedMin |
Gets or sets whether fixed min should be used.
|
![]() | IndividualFittingModes |
The visualization features to calculate curves for. Features may be combined,
which will result in one curve per combination.
(Inherited from FittingModel.) |
![]() | InflectionPoint |
Gets the inflection point.
|
![]() | IsAttached |
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.) |
![]() | ManualUpdate |
Gets or sets a value indicating whether to use manual updates.
(Inherited from FittingModel.) |
![]() | Transactions |
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.) |
![]() | TypeId | Gets the type identifier for this fitting model. The type identifiers for the built-in fitting models are
defined in FittingModelTypeIdentifiers.
(Inherited from FittingModel.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() | INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
Remarks
Version Information
See Also