![]() |
SG++-Doxygen-Documentation
|
TrainingSpecification Descriptor helps to implement fluid interface patter on python it encapsulates functionality concerning creation of the training specification. More...
Public Member Functions | |
| def | __getattr__ (self, attr) |
| Overrides built-in method if method called is not a object method of this Descriptor, most probably it's a method of LearnerBuilder so it tries to call the method from our builder. More... | |
| def | __init__ (self, builder) |
| Constructor. More... | |
| def | withAdaptPoints (self, value) |
| Specifies number of points, which have to be refined in refinement step. More... | |
| def | withAdaptRate (self, value) |
| Specifies rate from total number of points on grid, which should be refined. More... | |
| def | withAdaptThreshold (self, value) |
| Specifies refinement threshold. More... | |
| def | withIdentityOperator (self) |
| Specifies to use identity operator. More... | |
| def | withLambda (self, value) |
| Specifies regression parameter of the learner. More... | |
| def | withLaplaceOperator (self) |
| Specifies to use laplace operator. More... | |
| def | withVectorizationType (self, vecType) |
TrainingSpecification Descriptor helps to implement fluid interface patter on python it encapsulates functionality concerning creation of the training specification.
| def python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__init__ | ( | self, | |
| builder | |||
| ) |
Constructor.
| builder | LearnerBuilder which creates this Descriptor |
References python.learner.LearnerBuilder.LearnerBuilder.GridDescriptor.__builder, python.learner.LearnerBuilder.LearnerBuilder.StopPolicyDescriptor.__builder, python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__builder, and python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
| def python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__getattr__ | ( | self, | |
| attr | |||
| ) |
Overrides built-in method if method called is not a object method of this Descriptor, most probably it's a method of LearnerBuilder so it tries to call the method from our builder.
| attr | String for method name |
References python.learner.LearnerBuilder.LearnerBuilder.GridDescriptor.__builder, python.learner.LearnerBuilder.LearnerBuilder.StopPolicyDescriptor.__builder, python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__builder, python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification, and python.learner.LearnerBuilder.LearnerBuilder.getLearner().
| def python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.withAdaptPoints | ( | self, | |
| value | |||
| ) |
Specifies number of points, which have to be refined in refinement step.
| value | integer for number of points to refine |
References python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
| def python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.withAdaptRate | ( | self, | |
| value | |||
| ) |
Specifies rate from total number of points on grid, which should be refined.
| value | float for rate |
References python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
| def python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.withAdaptThreshold | ( | self, | |
| value | |||
| ) |
Specifies refinement threshold.
| value | float for refinement threshold |
References python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
| def python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.withIdentityOperator | ( | self | ) |
Specifies to use identity operator.
References python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
| def python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.withLambda | ( | self, | |
| value | |||
| ) |
Specifies regression parameter of the learner.
| value | float for regression parameter |
References python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
| def python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.withLaplaceOperator | ( | self | ) |
Specifies to use laplace operator.
References python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.
| def python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.withVectorizationType | ( | self, | |
| vecType | |||
| ) |
References python.learner.LearnerBuilder.LearnerBuilder.SpecificationDescriptor.__specification.