mirror of
https://github.com/Relintai/pmlpp.git
synced 2024-11-08 13:12:09 +01:00
47 lines
1.1 KiB
XML
47 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="MLPPUniLinReg" inherits="Reference" version="3.11">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="get_b0">
|
|
<return type="float" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_b1">
|
|
<return type="float" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="initialize">
|
|
<return type="void" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="model_set_test">
|
|
<return type="MLPPVector" />
|
|
<argument index="0" name="x" type="MLPPVector" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="model_test">
|
|
<return type="float" />
|
|
<argument index="0" name="x" type="float" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<members>
|
|
<member name="input_set" type="MLPPVector" setter="set_input_set" getter="get_input_set">
|
|
</member>
|
|
<member name="output_set" type="MLPPVector" setter="set_output_set" getter="get_output_set">
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|