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

XML example for Model (API 1.1)

model.xml — Extensible Markup Language (XML), 1Kb

File contents

<?xml version="1.0" encoding="UTF-8"?>
<ot:Model xmlns:ot="http://opentox.org/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://opentox.org/1.0/ Algorithm.xsd" 
		ID="TUMOpenToxModel_j48_18" Name="TestData">
	<ot:link href="http://lxkramer13.informatik.tu-muenchen.de:8180/OpenTox/model/TUMOpenToxModel_j48_18" />
	<ot:AlgorithmID href="http://lxkramer13.informatik.tu-muenchen.de:8180/OpenTox/algorithm/learning/classification/j48" />
	<ot:DatasetID href="http://someserver:8080/opentox/dataset/1" />
	
	<AlgorithmParameters>
		<param name="binarySplits"  type="boolean">0</param>
		<param name="minNumObj" type="int">2</param>
		<param name="confidenceFactor"  type="double">0.25</param>
		<param name="seed"  type="double">1</param>
		<param name="subtreeRaising"  type="boolean">1</param>
		<param name="unpruned"  type="boolean">0</param>
		<param name="useLaplace"  type="boolean">0</param>
	</AlgorithmParameters>

	<FeatureDefinitions>
		<ot:link href="http://lxkramer13.informatik.tu-muenchen.de:8180/OpenTox/feature_definition/CDK_topoShape" />
		<ot:link href="http://lxkramer13.informatik.tu-muenchen.de:8180/OpenTox/feature_definition/CDK_LipinskiFailures" />
	</FeatureDefinitions>

	<User>TestUser</User>
	<Timestamp>2009-09-29 11:43:30 +0200</Timestamp>
</ot:Model>
Document Actions