Tutorial by Topics

Weka has many interfaces, Explorer, KnowledgeFlow, Experimenter, SimpleCLI, Workbench. All of them share mostly can do the same tasks, with different focus and flexibility. Here, we are going to explore their different focuses and flexibilities. Explorer pro: do all things quickly give ...
This section provides an overview of what bitcoin is, and why a developer might want to use it. It should also mention any large subjects within bitcoin, and link out to the related topics. Since the Documentation for bitcoin is new, you may need to create initial versions of those related topi...
NFS is the most common way to share disk between computers in linux. It allows user on a client computer to access files over a network much like local storage is accessed. Here we see how to configure Puppet to manage mounting and serving NFS drives. ParameterDetailsnameThe path to local directory...
Test Driven Development (TDD) is the process of writing code by beginning with a Test. First write a test that expects a known result. Then write the code that satisfies that result. Continue in this fashion until all known results have been satisfied. This section provides an overview of what t...
Why would we use Jython inside Weka? 1. If you are unsatisfied with what Explorer, Experimenter, KnowledgeFlow, simpleCLI allow you to do, and looking for something to unleash the greater power of weka; 2. With Jython, we can access all functionalities provided by Weka API, right i...
Matlab has three important functions to create matrices and set their elements to zeroes, ones, or the identity matrix. (The identity matrix has ones on the main diagonal and zeroes elsewhere.) Z = zeros(sz,datatype,arraytype) X = ones(sz,datatype) I = eye(sz,datatype) ParameterDetailsszn...
The ngFor directive is used by Angular2 to instantiate a template once for every item in an iterable object. This directive binds the iterable to the DOM, so if the content of the iterable changes, the content of the DOM will be also changed.
This section provides an overview of what nexus is, and why a developer might want to use it. It should also mention any large subjects within nexus, and link out to the related topics. Since the Documentation for nexus is new, you may need to create initial versions of those related topics. ...
Weka KnowledgeFlow(KF) is a great interface to use. However, Weka manual does not cover every little details of using KF. Here would be a place for collecting those little tricks or details I learnt from those errors I did or will make as time goes. Many thanks to people at Wekalist (especially Mark...
In this topic you can learn a bit about manipulating bitmapdata and visual processing, working with pixels and getting started with effects filters.
A design pattern is a general solution to a commonly occurring problem in software development. This documentation topic is specifically aimed at providing examples of common design patterns in Python.
Inflector is a very handy helper to change/convert english word to singular, plural, camel case, humanize etc. The helper also help to check whether a word has plural version or not.
In this topic we gonna make a HTTP-Header authenticate script.
Iron is a popular web framework for Rust (based on the lower-level Hyper library) which promotes the idea of extensibility through middleware. Much of the functionality needed to create a useful website can be found in Iron's middleware rather than the library itself.
Contrary to widespread misunderstanding (including on SO), Oracle allows updates through joins. However, there are some (pretty logical) requirements. We illustrate what doesn't work and what does through a simple example. Another way to achieve the same is the MERGE statement.
This section provides an overview of what word-vba is, and why a developer might want to use it. It should also mention any large subjects within word-vba, and link out to the related topics. Since the Documentation for word-vba is new, you may need to create initial versions of those related t...
As with web development, it's good to provide some reset CSS to the emails. As when building a web page, adding a CSS reset to an email helps to normalize how the code gets rendered across multiple email clients (since each has it's own default styles and way of interpreting code).

Page 320 of 428