You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -906,7 +911,18 @@ <h2><span class="secno">2. </span>The ML Schema description</h2>
906
911
907
912
908
913
:run100241 rdf:type owl:NamedIndividual ,
909
-
mls:Run .
914
+
mls:Run
915
+
916
+
mls:executes :wekaLogistic ;
917
+
918
+
mls:hasInput :credit-a ,
919
+
:wekaLogisticMSetting29 ,
920
+
:wekaLogisticRSetting29 ;
921
+
922
+
mls:hasOutput :modelEvaluation100241 ,
923
+
:wekaLogisticModel100241 ;
924
+
925
+
mls:realizes :task29 .
910
926
911
927
</pre></div>
912
928
@@ -923,13 +939,13 @@ <h2><span class="secno">2. </span>The ML Schema description</h2>
923
939
:task29 rdf:type owl:NamedIndividual ,
924
940
mls:Task ;
925
941
926
-
mls:definedOn :credit-a ,
927
-
:evaluationSpecification1 .
942
+
mls:definedOn :credit-a .
928
943
929
944
</pre></div>
930
945
931
946
932
947
<divid="d4e63" class="entity"><aname="http://www.w3.org/ns/mls#definedOn"></a><h3>definedOn<suptitle="object property" class="type-op">op</sup><spanclass="backlink"> back to <ahref="#toc">ToC</a> or <ahref="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://www.w3.org/ns/mls#definedOn</p><divclass="comment"><spanclass="markdown">A relation between a task and either the data or an evaluation specification pertinent to this task.</span></div><divclass="description"><dl><dt>has super-properties</dt><dd><spanclass="dotted" title="http://www.w3.org/2002/07/owl#topObjectProperty">top object property</span></dd></dl></div></div>
948
+
<divid="d4e64" class="entity"><aname="http://www.w3.org/ns/mls#defines"></a><h3>definedOn<suptitle="object property" class="type-op">op</sup><spanclass="backlink"> back to <ahref="#toc">ToC</a> or <ahref="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://www.w3.org/ns/mls#defines</p><divclass="comment"><spanclass="markdown">A relation between an evaluation specification and a task.</span></div><divclass="description"><dl><dt>has super-properties</dt><dd><spanclass="dotted" title="http://www.w3.org/2002/07/owl#topObjectProperty">top object property</span></dd></dl></div></div>
933
949
<divid="d4e73" class="entity"><aname="http://www.w3.org/ns/mls#executes"></a><h3>executes<suptitle="object property" class="type-op">op</sup><spanclass="backlink"> back to <ahref="#toc">ToC</a> or <ahref="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://www.w3.org/ns/mls#executes</p><divclass="comment"><spanclass="markdown">A relation between a run and an implemantation that is being executed during the run.</span></div><divclass="description"><dl><dt>has super-properties</dt><dd><spanclass="dotted" title="http://www.w3.org/2002/07/owl#topObjectProperty">top object property</span></dd></dl></div></div>
934
950
<divid="d4e81" class="entity"><aname="http://www.w3.org/ns/mls#hasHyperParameter"></a><h3>hasHyperParameter<suptitle="object property" class="type-op">op</sup><spanclass="backlink"> back to <ahref="#toc">ToC</a> or <ahref="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://www.w3.org/ns/mls#hasHyperParameter</p><divclass="comment"><spanclass="markdown">A relation between an implementation of a machine learning algorithm and its hyperparameter.</span></div><divclass="description"><dl><dt>has super-properties</dt><dd><spanclass="dotted" title="http://www.w3.org/2002/07/owl#topObjectProperty">top object property</span></dd></dl></div></div>
935
951
<divid="d4e91" class="entity"><aname="http://www.w3.org/ns/mls#hasInput"></a><h3>hasInput<suptitle="object property" class="type-op">op</sup><spanclass="backlink"> back to <ahref="#toc">ToC</a> or <ahref="#objectproperties">Object Property ToC</a></span></h3><p><strong>IRI:</strong> http://www.w3.org/ns/mls#hasInput</p><divclass="comment"><spanclass="markdown">A relation between a run and data that is taken as input to the run.</span></div><divclass="description"><dl><dt>has super-properties</dt><dd><spanclass="dotted" title="http://www.w3.org/2002/07/owl#topObjectProperty">top object property</span></dd></dl></div></div>
0 commit comments