Sections
You are here: Home » Data » Documents » Development » XML Schema » XML schema for CrossValidation (API 1.1)

XML schema for CrossValidation (API 1.1)

— filed under:

from Martin, unchanged by TUM

CrossValidation.xsd — Extensible Markup Language (XML), 0Kb

File contents

<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.example.org/CrossValidation" xmlns:tns="http://www.example.org/CrossValidation" elementFormDefault="qualified">

	<complexType name="CrossValidation">
	
		<attribute name="ID" type="string"></attribute>
		<attribute name="Name" type="string"></attribute>
		<attribute name="URI" type="string"></attribute>
		<attribute name="AlgorithmURI" type="string"></attribute>
		<attribute name="DatasetURI" type="string"></attribute>
		<attribute name="NumFolds" type="int"></attribute>
		<attribute name="Stratified" type="boolean"></attribute>
		<attribute name="RandomSeed" type="float" use="optional"></attribute>
		<attribute name="Datetime" type="dateTime"></attribute>
		<attribute name="ElapsedTimeTesting" type="time" use="optional"></attribute>
		<attribute name="CPUTimeTesting" type="time" use="optional"></attribute>
	
	</complexType>

</schema>
Document Actions