docs/apis/core_api_en.md
As shown above, Angel's core API classes, ordered by when (in general) they are called during model training, include:
train processtrain process when called by AngelClientparse and preProcess methods to read data from HDFS, and assemble data into DataBlock that contains multiple LabeledDatatrain method to create, and pass DataBlock to, the MLLearner objectlearn method, reads DataBlock, computes the model delta, and pushes to / pull from PSServer through PSModel inside MLModel, eventually obtaining a complete MLModelUnderstanding these core classes and processes will be quite helpful for implementing high performance machine-learning algorithms that can run on Angel.