Skip to content

Commit

Permalink
adding missed files.
Browse files Browse the repository at this point in the history
  • Loading branch information
nirmal070125 committed Jan 22, 2015
1 parent 9aef2e5 commit 5640101
Show file tree
Hide file tree
Showing 220 changed files with 101,808 additions and 1,375 deletions.
184 changes: 184 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,184 @@
<!--
~ Copyright (c) 2014, WSO2 Inc. (http://wso2.com) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->

WSO2 Machine Learner (ML)
================================================================================

Welcome to the WSO2 Machine Learner

WSO2 Machine Learner provides a user friendly wizard like interface, which guides users through
a set of steps to find and configure machine learning algorithms. The outcome of this process is a
model that can be deployed in multiple WSO2 products, such as WSO2 Enterprise Service Bus (ESB),
WSO2 Complex Event Processor (CEP), WSO2 Business Activity Monitor (BAM) etc.
This is based on the revolutionary WSO2 Carbon framework.
All the major features have been developed as pluggable Carbon
components.

Key Features of WSO2 Machine Learner
====================================

1. Wizard like pipeline
2. Assisted model building
3. Data exploration utility

System Requirements
===================

1. Minimum memory - 256MB
2. Processor - Pentium 800MHz or equivalent at minimum
3. The Management Console requires full Javascript enablement of the
Web browser
NOTE:
On Windows Server 2003, it is not allowed to go below the medium
security level in Internet Explorer 6.x.


Installation & Running
==================================

1. Extract the wso2ml-1.0.0-SNAPSHOT.zip and go to the extracted directory
2. Run the wso2server.sh or wso2server.bat as appropriate
3. Point your favourite browser to

https://localhost:9443/mlUI

4. Use the following username and password to login

username : admin
password : admin


WSO2 Machine Learner 1.0.0-SNAPSHOT distribution directory structure
===========================================================

CARBON_HOME
|- bin <folder>
|- dbscripts <folder>
|- lib <folder>
|- repository <folder>
|-- logs <folder>
|--- conf <folder>
|--- database <folder>
|- resources <folder>
|- samples <folder>
|- tmp <folder>
|- LICENSE.txt <file>
|- README.txt <file>
|- INSTALL.txt <file>
|- release-notes.html <file>

- bin
Contains various scripts .sh & .bat scripts

- conf
Contains configuration files

- database
Contains the database

- dbscripts
Contains all the database scripts

- lib
Contains the basic set of libraries required to startup Machine Learner
in standalone mode

- repository
The repository where services and modules deployed in WSO2 Machine Learner
are stored. In addition to this the components directory inside the
repository directory contains the carbon runtime and the user added
jar files including mediators third party libraries and so on..

- logs
Contains all log files created during execution

- resources
Contains additional resources that may be required, including sample
configuration and sample resources

- samples
Contains some sample services and client applications that demonstrate
the functionality and capabilities of WSO2 Machine Learner

- tmp
Used for storing temporary files, and is pointed to by the
java.io.tmpdir System property

- LICENSE.txt
Apache License 2.0 and the relevant other licenses under which
WSO2 Machine Learner is distributed.

- README.txt
This document.

- INSTALL.txt
This document will contain information on installing WSO2 Machine Learner

- release-notes.html
Release information for WSO2 Machine Learner 1.0.0-SNAPSHOT

Support
=======

WSO2 Inc. offers a variety of development and production support
programs, ranging from Web-based support up through normal business
hours, to premium 24x7 phone support.

For additional support information please refer to http://wso2.com/support/

For more information on WSO2 Machine Learner, visit the WSO2 Oxygen Tank (http://wso2.org)


Issue Tracker
=============

https://wso2.org/jira/browse/CARBON
https://wso2.org/jira/browse/ML

Crypto Notice
=============

This distribution includes cryptographic software. The country in
which you currently reside may have restrictions on the import,
possession, use, and/or re-export to another country, of
encryption software. BEFORE using any encryption software, please
check your country's laws, regulations and policies concerning the
import, possession, or use, and re-export of encryption software, to
see if this is permitted. See <http://www.wassenaar.org/> for more
information.

The U.S. Government Department of Commerce, Bureau of Industry and
Security (BIS), has classified this software as Export Commodity
Control Number (ECCN) 5D002.C.1, which includes information security
software using or performing cryptographic functions with asymmetric
algorithms. The form and manner of this Apache Software Foundation
distribution makes it eligible for export under the License Exception
ENC Technology Software Unrestricted (TSU) exception (see the BIS
Export Administration Regulations, Section 740.13) for both object
code and source code.

The following provides more details on the included cryptographic
software:

Apache Rampart : http://ws.apache.org/rampart/
Apache WSS4J : http://ws.apache.org/wss4j/
Apache Santuario : http://santuario.apache.org/
Bouncycastle : http://www.bouncycastle.org/

(c) Copyright 2014 WSO2 Inc.

72 changes: 72 additions & 0 deletions docs/site.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
~ Copyright (c) 2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
~
~ WSO2 Inc. licenses this file to you under the Apache License,
~ Version 2.0 (the "License"); you may not use this file except
~ in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->

<project name="WSO2 Machine Learner">

<!--<bannerLeft>-->
<!--<name>WSO2 ESB</name>-->
<!--<src>http://www.apache.org/images/asf_logo_wide.png</src>-->
<!--<href>http://ws.apache.org/axis2/</href>-->
<!--</bannerLeft>-->

<!--<bannerRight>-->
<!--<src>http://ws.apache.org/axis2/images/axis.jpg</src>-->
<!--</bannerRight>-->

<poweredBy>
<logo name="Apache Synapse" href="http://synapse.apache.org/"
img="images/synapse-PBX.jpg"/>
</poweredBy>

<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-default-skin</artifactId>
<version>1.0</version>
</skin>

<body>
<links>
<item name="WSO2.org" href="http://wso2.org/"/>
</links>

<menu name="Overview">
<item name="Home" href="index.html"/>
<item name="Release Note" href="release-notes.html"/>
<item name="License"
href="http://www.apache.org/licenses/LICENSE-2.0.html"/>
<item name="Contents" href="docs_index.html"/>
</menu>
<menu name="Downloads">
<item name="Releases"
href="http://wso2.org/downloads/ml/"/>
</menu>
<menu name="Documentation">
</menu>
<menu name="Community">
<item name="Forum" href="http://wso2.org/forum/187"/>
<item name="Mailing Lists" href="mail-lists.html"/>
</menu>
<menu name="Project Info">
<item name="Issue Tracking" href="issue-tracking.html"/>
<item name="Dependencies" href="dependencies.html"/>
<!--<item name="Dependency Coverage" href="dependency-convergence.html"/>-->
</menu>

</body>
</project>
4 changes: 0 additions & 4 deletions modules/components/org.wso2.carbon.ml.dataset/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
<packaging>bundle</packaging>
<name>WSO2 Carbon - Machine Learner Dataset Component</name>
<dependencies>
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.ml.database</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
Expand Down
Loading

0 comments on commit 5640101

Please sign in to comment.